Searched refs:testMIPredicate_MI (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelector.h | 485 virtual bool testMIPredicate_MI(unsigned, const MachineInstr &) const { in testMIPredicate_MI() function
|
D | InstructionSelectorImpl.h | 316 if (!testMIPredicate_MI(Predicate, *State.MIs[InsnID])) in executeMatchTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenGlobalISel.inc | 25 bool testMIPredicate_MI(unsigned PredicateID, const MachineInstr &MI) const override; 756 bool X86InstructionSelector::testMIPredicate_MI(unsigned PredicateID, const MachineInstr & MI) cons…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenGlobalISel.inc | 25 bool testMIPredicate_MI(unsigned PredicateID, const MachineInstr &MI) const override; 632 bool MipsInstructionSelector::testMIPredicate_MI(unsigned PredicateID, const MachineInstr & MI) con…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenGlobalISel.inc | 25 bool testMIPredicate_MI(unsigned PredicateID, const MachineInstr &MI) const override; 760 bool ARMInstructionSelector::testMIPredicate_MI(unsigned PredicateID, const MachineInstr & MI) cons…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenGlobalISel.inc | 25 bool testMIPredicate_MI(unsigned PredicateID, const MachineInstr &MI) const override; 985 bool AArch64InstructionSelector::testMIPredicate_MI(unsigned PredicateID, const MachineInstr & MI) …
|