Searched refs:testImmPredicate_APInt (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/ |
D | InstructionSelector.h | 477 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt() function
|
D | InstructionSelectorImpl.h | 282 if (!testImmPredicate_APInt(Predicate, Value)) in executeMatchTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenGlobalISel.inc | 22 bool testImmPredicate_APInt(unsigned PredicateID, const APInt &Imm) const override; 752 bool X86InstructionSelector::testImmPredicate_APInt(unsigned PredicateID, const APInt & Imm) const {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenGlobalISel.inc | 22 bool testImmPredicate_APInt(unsigned PredicateID, const APInt &Imm) const override; 614 bool MipsInstructionSelector::testImmPredicate_APInt(unsigned PredicateID, const APInt & Imm) const…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenGlobalISel.inc | 22 bool testImmPredicate_APInt(unsigned PredicateID, const APInt &Imm) const override; 739 bool ARMInstructionSelector::testImmPredicate_APInt(unsigned PredicateID, const APInt & Imm) const {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenGlobalISel.inc | 22 bool testImmPredicate_APInt(unsigned PredicateID, const APInt &Imm) const override; 946 bool AArch64InstructionSelector::testImmPredicate_APInt(unsigned PredicateID, const APInt & Imm) co…
|