Home
last modified time | relevance | path

Searched refs:isZeroIdiom (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrAnalysis.h108 virtual bool isZeroIdiom(const MCInst &MI, APInt &Mask, in isZeroIdiom() function
135 return isZeroIdiom(MI, Mask, CPUID); in isDependencyBreaking()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetSubtargetInfo.h154 virtual bool isZeroIdiom(const MachineInstr *MI, APInt &Mask) const { in isZeroIdiom() function
166 return isZeroIdiom(MI, Mask); in isDependencyBreaking()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetInstrPredicate.td322 // delegates to `isZeroIdiom()` part of its computation.
341 def IsZeroIdiomDecl : STIPredicateDecl<"isZeroIdiom">;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstrBuilder.cpp624 IsZeroIdiom = MCIA->isZeroIdiom(MCI, Mask, ProcID); in createInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedPredicates.td428 def IsZeroIdiomFn : TIIPredicate<"isZeroIdiom",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23248 bool isZeroIdiom(const MachineInstr *MI, APInt &Mask) const override;
24665 bool X86GenSubtargetInfo::isZeroIdiom(const MachineInstr *MI, APInt &Mask) const {
24751 } // X86GenSubtargetInfo::isZeroIdiom
24754 if (isZeroIdiom(MI, Mask))
24835 bool isZeroIdiom(const MCInst &MI, APInt &Mask, unsigned ProcessorID) const override;
24844 bool X86MCInstrAnalysis::isZeroIdiom(const MCInst &MI, APInt &Mask, unsigned ProcessorID) const {
24929 } // X86MCInstrAnalysis::isZeroIdiom
24932 if (isZeroIdiom(MI, Mask, ProcessorID))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc16820 if (AArch64_MC::isZeroIdiom(*MI))
17593 if (AArch64_MC::isZeroIdiom(*MI))
22523 if (AArch64InstrInfo::isZeroIdiom(*MI))
23322 if (AArch64InstrInfo::isZeroIdiom(*MI))
DAArch64GenInstrInfo.inc18056 static bool isZeroIdiom(const MachineInstr &MI);
18421 bool AArch64InstrInfo::isZeroIdiom(const MachineInstr &MI) {
29834 bool isZeroIdiom(const MCInst &MI);
30205 bool isZeroIdiom(const MCInst &MI) {