Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp131 PseudoSourceValueManager::getGlobalValueCallEntry(const GlobalValue *GV) { in getGlobalValueCallEntry() function in PseudoSourceValueManager
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h189 const PseudoSourceValue *getGlobalValueCallEntry(const GlobalValue *GV);
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsMachineFunction.cpp197 return MachinePointerInfo(MF.getPSVManager().getGlobalValueCallEntry(GV)); in callPtrInfo()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp187 NewPtrInfo.V = PSVMgr.getGlobalValueCallEntry( in cloneMemOperands()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3202 PSV = MF.getPSVManager().getGlobalValueCallEntry(GV); in parseMemoryPseudoSourceValue()