Searched refs:isDependencyBreaking (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrAnalysis.h | 133 virtual bool isDependencyBreaking(const MCInst &MI, APInt &Mask, in isDependencyBreaking() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetSubtargetInfo.h | 165 virtual bool isDependencyBreaking(const MachineInstr *MI, APInt &Mask) const { in isDependencyBreaking() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetInstrPredicate.td | 321 // computation. For example, STIPredicateFunction `isDependencyBreaking()` 344 def IsDepBreakingDecl : STIPredicateDecl<"isDependencyBreaking">;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
D | InstrBuilder.cpp | 626 IsZeroIdiom || MCIA->isDependencyBreaking(MCI, Mask, ProcID); in createInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23249 bool isDependencyBreaking(const MachineInstr *MI, APInt &Mask) const override; 24753 bool X86GenSubtargetInfo::isDependencyBreaking(const MachineInstr *MI, APInt &Mask) const { 24796 } // X86GenSubtargetInfo::isDependencyBreaking 24836 bool isDependencyBreaking(const MCInst &MI, APInt &Mask, unsigned ProcessorID) const override; 24931 bool X86MCInstrAnalysis::isDependencyBreaking(const MCInst &MI, APInt &Mask, unsigned ProcessorID) … 24973 } // X86MCInstrAnalysis::isDependencyBreaking
|