Home
last modified time | relevance | path

Searched refs:isConstantPool (Results 1 – 6 of 6) 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 DMachineLICM.cpp1021 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
H A DMachineSink.cpp709 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h68 bool isConstantPool() const { return Kind == ConstantPool; } in isConstantPool() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp228 BasePseudoVal0->isConstantPool() && AssumeITCMBankConflict) in getHazardType()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1555 if ((PSV->isGOT() || PSV->isConstantPool())) in storeLoadIsAligned()