Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp798 getTypeIDFor(dyn_cast<GlobalValue>(Val->stripPointerCasts()))); in addLandingPad()
805 getTypeIDFor(cast<GlobalValue>(U->stripPointerCasts()))); in addLandingPad()
815 LP.TypeIds.push_back(getTypeIDFor(TypeInfo)); in addLandingPad()
830 unsigned MachineFunction::getTypeIDFor(const GlobalValue *TI) { in getTypeIDFor() function in MachineFunction
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1194 unsigned getTypeIDFor(const GlobalValue *TI);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2234 unsigned TypeID = MF->getTypeIDFor(GV); in translateKnownIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6370 unsigned TypeID = DAG.getMachineFunction().getTypeIDFor(GV); in visitIntrinsicCall()