Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelector.h419 virtual bool testImmPredicate_I64(unsigned, int64_t) const { in testImmPredicate_I64() function
DInstructionSelectorImpl.h260 if (!testImmPredicate_I64(Predicate, Value)) in executeMatchTable()
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DGlobalISelEmitter.td93 // 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/
DX86GenGlobalISel.inc21 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/
DMipsGenGlobalISel.inc21 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/
DARMGenGlobalISel.inc21 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/
DAArch64GenGlobalISel.inc21 bool testImmPredicate_I64(unsigned PredicateID, int64_t Imm) const override;
252 bool AArch64InstructionSelector::testImmPredicate_I64(unsigned PredicateID, int64_t Imm) const {