Home
last modified time | relevance | path

Searched refs:isStack (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp39 if (isStack()) in isConstant()
47 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h62 bool isStack() const { return Kind == Stack; } in isStack() function
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp433 return !PSV->isConstant(nullptr) && !PSV->isStack(); in hasHazard_()