Searched refs:testImmPredicate_I64 (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelector.h | 419 virtual bool testImmPredicate_I64(unsigned, int64_t) const { in testImmPredicate_I64() function
|
D | InstructionSelectorImpl.h | 260 if (!testImmPredicate_I64(Predicate, Value)) in executeMatchTable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | GlobalISelEmitter.td | 93 // CHECK-NEXT: bool testImmPredicate_I64(unsigned PredicateID, int64_t Imm) const override; 164 // CHECK-NEXT: bool MyTargetInstructionSelector::testImmPredicate_I64(unsigned PredicateID, int64_t…
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenGlobalISel.inc | 21 bool testImmPredicate_I64(unsigned PredicateID, int64_t Imm) const override; 607 bool X86InstructionSelector::testImmPredicate_I64(unsigned PredicateID, int64_t Imm) const {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenGlobalISel.inc | 21 bool testImmPredicate_I64(unsigned PredicateID, int64_t Imm) const override; 365 bool MipsInstructionSelector::testImmPredicate_I64(unsigned PredicateID, int64_t Imm) const {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenGlobalISel.inc | 21 bool testImmPredicate_I64(unsigned PredicateID, int64_t Imm) const override; 433 bool ARMInstructionSelector::testImmPredicate_I64(unsigned PredicateID, int64_t Imm) const {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenGlobalISel.inc | 21 bool testImmPredicate_I64(unsigned PredicateID, int64_t Imm) const override; 252 bool AArch64InstructionSelector::testImmPredicate_I64(unsigned PredicateID, int64_t Imm) const {
|