Home
last modified time | relevance | path

Searched refs:testMIPredicate_MI (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelector.h431 virtual bool testMIPredicate_MI(unsigned, const MachineInstr &) const { in testMIPredicate_MI() function
DInstructionSelectorImpl.h316 if (!testMIPredicate_MI(Predicate, *State.MIs[InsnID])) in executeMatchTable()
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DGlobalISelEmitter.td97 // CHECK-NEXT: bool testMIPredicate_MI(unsigned PredicateID, const MachineInstr &MI) const overr…
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenGlobalISel.inc25 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/
DMipsGenGlobalISel.inc25 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/
DARMGenGlobalISel.inc25 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/
DAArch64GenGlobalISel.inc25 bool testMIPredicate_MI(unsigned PredicateID, const MachineInstr &MI) const override;
749 bool AArch64InstructionSelector::testMIPredicate_MI(unsigned PredicateID, const MachineInstr & MI) …