Searched refs:testImmPredicate_APInt (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelector.h | 423 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt() function
|
D | InstructionSelectorImpl.h | 282 if (!testImmPredicate_APInt(Predicate, Value)) in executeMatchTable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | GlobalISelEmitter.td | 94 // CHECK-NEXT: bool testImmPredicate_APInt(unsigned PredicateID, const APInt &Imm) const overrid… 201 // CHECK-NEXT: bool MyTargetInstructionSelector::testImmPredicate_APInt(unsigned PredicateID, cons…
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenGlobalISel.inc | 22 bool testImmPredicate_APInt(unsigned PredicateID, const APInt &Imm) const override; 749 bool X86InstructionSelector::testImmPredicate_APInt(unsigned PredicateID, const APInt & Imm) const {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenGlobalISel.inc | 22 bool testImmPredicate_APInt(unsigned PredicateID, const APInt &Imm) const override; 499 bool MipsInstructionSelector::testImmPredicate_APInt(unsigned PredicateID, const APInt & Imm) const…
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenGlobalISel.inc | 22 bool testImmPredicate_APInt(unsigned PredicateID, const APInt &Imm) const override; 658 bool ARMInstructionSelector::testImmPredicate_APInt(unsigned PredicateID, const APInt & Imm) const {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenGlobalISel.inc | 22 bool testImmPredicate_APInt(unsigned PredicateID, const APInt &Imm) const override; 729 bool AArch64InstructionSelector::testImmPredicate_APInt(unsigned PredicateID, const APInt & Imm) co…
|