Home
last modified time | relevance | path

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

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