Home
last modified time | relevance | path

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/
DMCInstrAnalysis.h133 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/
DTargetSubtargetInfo.h165 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/
DTargetInstrPredicate.td321 // 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/
DInstrBuilder.cpp626 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/
DX86GenSubtargetInfo.inc23249 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