Home
last modified time | relevance | path

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

/freebsd/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.cpp322 return PSV->isJumpTable(); in INITIALIZE_PASS_DEPENDENCY()
/freebsd/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.cpp77 } else if (XtensaCPV->isJumpTable()) { in emitMachineConstantPoolValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h69 bool isJumpTable() const { return Kind == JumpTable; } in isJumpTable() function