Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValueManager.h61 const PseudoSourceValue *getGlobalValueCallEntry(const GlobalValue *GV);
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp138 PseudoSourceValueManager::getGlobalValueCallEntry(const GlobalValue *GV) { in getGlobalValueCallEntry() function in PseudoSourceValueManager
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMachineFunction.cpp198 return MachinePointerInfo(MF.getPSVManager().getGlobalValueCallEntry(GV)); in callPtrInfo()
/src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3221 PSV = MF.getPSVManager().getGlobalValueCallEntry(GV); in parseMemoryPseudoSourceValue()