Home
last modified time | relevance | path

Searched refs:isJumpTable (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/ !
H A DPseudoSourceValue.cpp44 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()
50 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()
56 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
H A DShrinkWrap.cpp316 return PSV->isJumpTable(); in INITIALIZE_PASS_DEPENDENCY()
/src/contrib/llvm-project/llvm/lib/Target/Xtensa/ !
H A DXtensaConstantPoolValue.h95 bool isJumpTable() const { return Kind == XtensaCP::CPJumpTable; } in isJumpTable() function
253 return ACPV->isJumpTable(); in classof()
H A DXtensaAsmPrinter.cpp71 } else if (ACPV->isJumpTable()) { in emitMachineConstantPoolValue()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/ !
H A DPseudoSourceValue.h67 bool isJumpTable() const { return Kind == JumpTable; } in isJumpTable() function