Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp796 LP.TypeIds.push_back(getTypeIDFor(GV)); in addCatchTypeInfo()
804 IdsInFilter[I] = getTypeIDFor(TyInfo[I]); in addFilterTypeInfo()
864 unsigned MachineFunction::getTypeIDFor(const GlobalValue *TI) { in getTypeIDFor() function in MachineFunction
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1135 unsigned getTypeIDFor(const GlobalValue *TI);
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2105 unsigned TypeID = MF->getTypeIDFor(GV); in translateKnownIntrinsic()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6152 unsigned TypeID = DAG.getMachineFunction().getTypeIDFor(GV); in visitIntrinsicCall()