HomeSort by relevance Sort by last modified time
    Searched refs:getTypeIDFor (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 331 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1]));
342 IdsInFilter[I] = getTypeIDFor(TyInfo[I]);
425 /// getTypeIDFor - Return the type id for the specified typeinfo. This is
427 unsigned MachineModuleInfo::getTypeIDFor(const GlobalValue *TI) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfo.cpp 435 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1]));
446 IdsInFilter[I] = getTypeIDFor(TyInfo[I]);
510 /// getTypeIDFor - Return the type id for the specified typeinfo. This is
512 unsigned MachineModuleInfo::getTypeIDFor(const GlobalVariable *TI) {
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 347 /// getTypeIDFor - Return the type id for the specified typeinfo. This is
349 unsigned getTypeIDFor(const GlobalValue *TI);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 316 /// getTypeIDFor - Return the type id for the specified typeinfo. This is
318 unsigned getTypeIDFor(const GlobalVariable *TI);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 121 milliseconds