Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp41 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()
47 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()
53 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
DMachineLICM.cpp854 if (PSV->isGOT() || PSV->isConstantPool()) in isLoadFromGOTOrConstantPool()
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h64 bool isConstantPool() const { return Kind == ConstantPool; } in isConstantPool() function
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp596 if (PSV && PSV->isConstantPool()) { in isCPLoad()