Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DPseudoSourceValue.cpp42 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()
48 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()
54 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
DMachineLICM.cpp890 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
DMachineSink.cpp377 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h69 bool isGOT() const { return Kind == GOT; } in isGOT() function
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1492 if ((PSV->isGOT() || PSV->isConstantPool())) in storeLoadIsAligned()