Home
last modified time | relevance | path

Searched refs:getTypeIDFor (Results 1 – 6 of 6) 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/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineModuleInfo.cpp435 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo()
446 IdsInFilter[I] = getTypeIDFor(TyInfo[I]); in addFilterTypeInfo()
512 unsigned MachineModuleInfo::getTypeIDFor(const GlobalVariable *TI) { in getTypeIDFor() function in MachineModuleInfo
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineModuleInfo.h318 unsigned getTypeIDFor(const GlobalVariable *TI);
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h349 unsigned getTypeIDFor(const GlobalValue *TI);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4711 unsigned TypeID = DAG.getMachineFunction().getMMI().getTypeIDFor(GV); in visitIntrinsicCall()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4975 unsigned TypeID = DAG.getMachineFunction().getMMI().getTypeIDFor(GV); in visitIntrinsicCall()