Home
last modified time | relevance | path

Searched refs:isConstantPool (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp42 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()
48 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()
54 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
H A DMachineLICM.cpp890 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
H A DMachineSink.cpp377 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h70 bool isConstantPool() const { return Kind == ConstantPool; } in isConstantPool() function
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp230 BasePseudoVal0->isConstantPool() && AssumeITCMBankConflict) in getHazardType()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1492 if ((PSV->isGOT() || PSV->isConstantPool())) in storeLoadIsAligned()