Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h108 virtual bool isZeroIdiom(const MCInst &MI, APInt &Mask, in isZeroIdiom() function
135 return isZeroIdiom(MI, Mask, CPUID); in isDependencyBreaking()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h110 virtual bool isZeroIdiom(const MCInst &MI, APInt &Mask, in isZeroIdiom() function
137 return isZeroIdiom(MI, Mask, CPUID); in isDependencyBreaking()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCInstrAnalysis.h137 virtual bool isZeroIdiom(const MCInst &MI, APInt &Mask, in isZeroIdiom() function
164 return isZeroIdiom(MI, Mask, CPUID); in isDependencyBreaking()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCInstrAnalysis.h137 virtual bool isZeroIdiom(const MCInst &MI, APInt &Mask, in isZeroIdiom() function
164 return isZeroIdiom(MI, Mask, CPUID); in isDependencyBreaking()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCInstrAnalysis.h137 virtual bool isZeroIdiom(const MCInst &MI, APInt &Mask, in isZeroIdiom() function
164 return isZeroIdiom(MI, Mask, CPUID); in isDependencyBreaking()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCInstrAnalysis.h137 virtual bool isZeroIdiom(const MCInst &MI, APInt &Mask, in isZeroIdiom() function
164 return isZeroIdiom(MI, Mask, CPUID); in isDependencyBreaking()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h154 virtual bool isZeroIdiom(const MachineInstr *MI, APInt &Mask) const { in isZeroIdiom() function
166 return isZeroIdiom(MI, Mask); in isDependencyBreaking()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DTargetSubtargetInfo.h158 virtual bool isZeroIdiom(const MachineInstr *MI, APInt &Mask) const { in isZeroIdiom() function
170 return isZeroIdiom(MI, Mask); in isDependencyBreaking()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h158 virtual bool isZeroIdiom(const MachineInstr *MI, APInt &Mask) const { in isZeroIdiom() function
170 return isZeroIdiom(MI, Mask); in isDependencyBreaking()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DTargetSubtargetInfo.h159 virtual bool isZeroIdiom(const MachineInstr *MI, APInt &Mask) const { in isZeroIdiom() function
171 return isZeroIdiom(MI, Mask); in isDependencyBreaking()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DTargetSubtargetInfo.h159 virtual bool isZeroIdiom(const MachineInstr *MI, APInt &Mask) const { in isZeroIdiom() function
171 return isZeroIdiom(MI, Mask); in isDependencyBreaking()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DTargetSubtargetInfo.h159 virtual bool isZeroIdiom(const MachineInstr *MI, APInt &Mask) const { in isZeroIdiom() function
171 return isZeroIdiom(MI, Mask); in isDependencyBreaking()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td322 // delegates to `isZeroIdiom()` part of its computation.
341 def IsZeroIdiomDecl : STIPredicateDecl<"isZeroIdiom">;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td341 // delegates to `isZeroIdiom()` part of its computation.
360 def IsZeroIdiomDecl : STIPredicateDecl<"isZeroIdiom">;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Target/
DTargetInstrPredicate.td341 // delegates to `isZeroIdiom()` part of its computation.
360 def IsZeroIdiomDecl : STIPredicateDecl<"isZeroIdiom">;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Target/
DTargetInstrPredicate.td381 // delegates to `isZeroIdiom()` part of its computation.
400 def IsZeroIdiomDecl : STIPredicateDecl<"isZeroIdiom">;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Target/
DTargetInstrPredicate.td381 // delegates to `isZeroIdiom()` part of its computation.
400 def IsZeroIdiomDecl : STIPredicateDecl<"isZeroIdiom">;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Target/
DTargetInstrPredicate.td381 // delegates to `isZeroIdiom()` part of its computation.
400 def IsZeroIdiomDecl : STIPredicateDecl<"isZeroIdiom">;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64SchedPredicates.td299 def IsZeroIdiomFn : TIIPredicate<"isZeroIdiom",
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DInstrBuilder.cpp624 IsZeroIdiom = MCIA->isZeroIdiom(MCI, Mask, ProcID); in createInstruction()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64SchedPredicates.td428 def IsZeroIdiomFn : TIIPredicate<"isZeroIdiom",
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/
H A DInstrBuilder.cpp667 IsZeroIdiom = MCIA->isZeroIdiom(MCI, Mask, ProcID); in createInstruction()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
H A 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))
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/X86/
H A DX86GenSubtargetInfo.inc37509 bool isZeroIdiom(const MachineInstr *MI, APInt &Mask) const override;
39623 bool X86GenSubtargetInfo::isZeroIdiom(const MachineInstr *MI, APInt &Mask) const {
39811 } // X86GenSubtargetInfo::isZeroIdiom
39814 if (isZeroIdiom(MI, Mask))
39966 bool isZeroIdiom(const MCInst &MI, APInt &Mask, unsigned ProcessorID) const override;
39975 bool X86MCInstrAnalysis::isZeroIdiom(const MCInst &MI, APInt &Mask, unsigned ProcessorID) const {
40162 } // X86MCInstrAnalysis::isZeroIdiom
40165 if (isZeroIdiom(MI, Mask, ProcessorID))
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
H A DAArch64GenSubtargetInfo.inc16820 if (AArch64_MC::isZeroIdiom(*MI))
17593 if (AArch64_MC::isZeroIdiom(*MI))
22523 if (AArch64InstrInfo::isZeroIdiom(*MI))
23322 if (AArch64InstrInfo::isZeroIdiom(*MI))

12