Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp782 getTypeIDFor(dyn_cast<GlobalValue>(Val->stripPointerCasts()))); in addLandingPad()
789 getTypeIDFor(cast<GlobalValue>(U->stripPointerCasts()))); in addLandingPad()
799 LP.TypeIds.push_back(getTypeIDFor(TypeInfo)); in addLandingPad()
814 unsigned MachineFunction::getTypeIDFor(const GlobalValue *TI) { in getTypeIDFor() function in MachineFunction
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1138 unsigned getTypeIDFor(const GlobalValue *TI);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2104 unsigned TypeID = MF->getTypeIDFor(GV); in translateKnownIntrinsic()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6232 unsigned TypeID = DAG.getMachineFunction().getTypeIDFor(GV); in visitIntrinsicCall()