Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsMachineFunction.cpp93 return MachinePointerInfo(MF.getPSVManager().getGlobalValueCallEntry(GV)); in callPtrInfo()
/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp124 PseudoSourceValueManager::getGlobalValueCallEntry(const GlobalValue *GV) { in getGlobalValueCallEntry() function in PseudoSourceValueManager
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h180 const PseudoSourceValue *getGlobalValueCallEntry(const GlobalValue *GV);
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1717 PSV = MF.getPSVManager().getGlobalValueCallEntry(GV); in parseMemoryPseudoSourceValue()