Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DPseudoSourceValue.cpp45 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()
51 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()
57 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
DMachineLICM.cpp879 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
DMachineSink.cpp373 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h69 bool isGOT() const { return Kind == GOT; } in isGOT() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1486 if ((PSV->isGOT() || PSV->isConstantPool())) in storeLoadIsAligned()