HomeSort by relevance Sort by last modified time
    Searched defs:InstrType (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 130 PPCII::PPC970_Unit InstrType =
133 if (InstrType == PPCII::PPC970_Pseudo) return NoHazard;
147 switch (InstrType) {
229 PPCII::PPC970_Unit InstrType =
232 if (InstrType == PPCII::PPC970_Pseudo) return;
290 if (InstrType == PPCII::PPC970_BRU || isSingle)
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 338 PPCII::PPC970_Unit InstrType =
341 if (InstrType == PPCII::PPC970_Pseudo) return NoHazard;
354 switch (InstrType) {
396 PPCII::PPC970_Unit InstrType =
399 if (InstrType == PPCII::PPC970_Pseudo) return;
413 if (InstrType == PPCII::PPC970_BRU || isSingle)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 338 PPCII::PPC970_Unit InstrType =
341 if (InstrType == PPCII::PPC970_Pseudo) return NoHazard;
354 switch (InstrType) {
396 PPCII::PPC970_Unit InstrType =
399 if (InstrType == PPCII::PPC970_Pseudo) return;
413 if (InstrType == PPCII::PPC970_BRU || isSingle)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineOutliner.h 34 enum InstrType { Legal, LegalTerminator, Illegal, Invisible };

Completed in 1898 milliseconds