Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp331 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo()
342 IdsInFilter[I] = getTypeIDFor(TyInfo[I]); in addFilterTypeInfo()
427 unsigned MachineModuleInfo::getTypeIDFor(const GlobalValue *TI) { in getTypeIDFor() function in MachineModuleInfo
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h349 unsigned getTypeIDFor(const GlobalValue *TI);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.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
/external/llvm-project/llvm/lib/CodeGen/
DMachineFunction.cpp754 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo()
762 IdsInFilter[I] = getTypeIDFor(TyInfo[I]); in addFilterTypeInfo()
841 unsigned MachineFunction::getTypeIDFor(const GlobalValue *TI) { in getTypeIDFor() function in MachineFunction
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h900 unsigned getTypeIDFor(const GlobalValue *TI);
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineFunction.h988 unsigned getTypeIDFor(const GlobalValue *TI);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1444 unsigned TypeID = MF->getTypeIDFor(GV); in translateKnownIntrinsic()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp2027 unsigned TypeID = MF->getTypeIDFor(GV); in translateKnownIntrinsic()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4975 unsigned TypeID = DAG.getMachineFunction().getMMI().getTypeIDFor(GV); in visitIntrinsicCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6069 unsigned TypeID = DAG.getMachineFunction().getTypeIDFor(GV); in visitIntrinsicCall()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5952 unsigned TypeID = DAG.getMachineFunction().getTypeIDFor(GV); in visitIntrinsicCall()