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/ |
D | MCInstrAnalysis.h | 108 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/ |
D | TargetSubtargetInfo.h | 154 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/ |
D | TargetInstrPredicate.td | 322 // 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/ |
D | InstrBuilder.cpp | 624 IsZeroIdiom = MCIA->isZeroIdiom(MCI, Mask, ProcID); in createInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedPredicates.td | 428 def IsZeroIdiomFn : TIIPredicate<"isZeroIdiom",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23248 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/ |
D | AArch64GenSubtargetInfo.inc | 16820 if (AArch64_MC::isZeroIdiom(*MI)) 17593 if (AArch64_MC::isZeroIdiom(*MI)) 22523 if (AArch64InstrInfo::isZeroIdiom(*MI)) 23322 if (AArch64InstrInfo::isZeroIdiom(*MI))
|
D | AArch64GenInstrInfo.inc | 18056 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) {
|