Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelector.h473 virtual bool testImmPredicate_I64(unsigned, int64_t) const { in testImmPredicate_I64() function
DInstructionSelectorImpl.h260 if (!testImmPredicate_I64(Predicate, Value)) in executeMatchTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenGlobalISel.inc21 bool testImmPredicate_I64(unsigned PredicateID, int64_t Imm) const override;
638 bool X86InstructionSelector::testImmPredicate_I64(unsigned PredicateID, int64_t Imm) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenGlobalISel.inc21 bool testImmPredicate_I64(unsigned PredicateID, int64_t Imm) const override;
410 bool MipsInstructionSelector::testImmPredicate_I64(unsigned PredicateID, int64_t Imm) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenGlobalISel.inc21 bool testImmPredicate_I64(unsigned PredicateID, int64_t Imm) const override;
495 bool ARMInstructionSelector::testImmPredicate_I64(unsigned PredicateID, int64_t Imm) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenGlobalISel.inc21 bool testImmPredicate_I64(unsigned PredicateID, int64_t Imm) const override;
360 bool AArch64InstructionSelector::testImmPredicate_I64(unsigned PredicateID, int64_t Imm) const {