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

  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 343 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter));
435 /// getFilterIDFor - Return the filter id for the specified typeinfos. This is
437 int MachineModuleInfo::getFilterIDFor(std::vector<unsigned> &TyIds) {
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 351 /// getFilterIDFor - Return the id of the filter encoded by TyIds. This is
353 int getFilterIDFor(std::vector<unsigned> &TyIds);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 320 /// getFilterIDFor - Return the id of the filter encoded by TyIds. This is
322 int getFilterIDFor(std::vector<unsigned> &TyIds);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfo.cpp 447 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter));
520 /// getFilterIDFor - Return the filter id for the specified typeinfos. This is
522 int MachineModuleInfo::getFilterIDFor(std::vector<unsigned> &TyIds) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineFunction.cpp 697 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter));
781 int MachineFunction::getFilterIDFor(std::vector<unsigned> &TyIds) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineFunction.h 815 int getFilterIDFor(std::vector<unsigned> &TyIds);
    [all...]

Completed in 3242 milliseconds