Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFunction.cpp731 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo()
739 IdsInFilter[I] = getTypeIDFor(TyInfo[I]); in addFilterTypeInfo()
818 unsigned MachineFunction::getTypeIDFor(const GlobalValue *TI) { in getTypeIDFor() function in MachineFunction
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineFunction.h900 unsigned getTypeIDFor(const GlobalValue *TI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDIRTranslator.cpp1444 unsigned TypeID = MF->getTypeIDFor(GV); in translateKnownIntrinsic()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp6069 unsigned TypeID = DAG.getMachineFunction().getTypeIDFor(GV); in visitIntrinsicCall()