Home
last modified time | relevance | path

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