Searched refs:testMIPredicate_MI (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelector.h | 431 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | GlobalISelEmitter.td | 97 // CHECK-NEXT: bool testMIPredicate_MI(unsigned PredicateID, const MachineInstr &MI) const overr…
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenGlobalISel.inc | 25 bool testMIPredicate_MI(unsigned PredicateID, const MachineInstr &MI) const override; 753 bool X86InstructionSelector::testMIPredicate_MI(unsigned PredicateID, const MachineInstr & MI) cons…
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenGlobalISel.inc | 25 bool testMIPredicate_MI(unsigned PredicateID, const MachineInstr &MI) const override; 503 bool MipsInstructionSelector::testMIPredicate_MI(unsigned PredicateID, const MachineInstr & MI) con…
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenGlobalISel.inc | 25 bool testMIPredicate_MI(unsigned PredicateID, const MachineInstr &MI) const override; 666 bool ARMInstructionSelector::testMIPredicate_MI(unsigned PredicateID, const MachineInstr & MI) cons…
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenGlobalISel.inc | 25 bool testMIPredicate_MI(unsigned PredicateID, const MachineInstr &MI) const override; 749 bool AArch64InstructionSelector::testMIPredicate_MI(unsigned PredicateID, const MachineInstr & MI) …
|