Searched refs:CheckOpcode (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedPredicates.td | 75 def IsArithExtOp : CheckOpcode<[ADDWrx, ADDXrx, ADDSWrx, ADDSXrx, 81 def IsArithImmOp : CheckOpcode<[ADDWri, ADDXri, ADDSWri, ADDSXri, 85 def IsArithShiftOp : CheckOpcode<[ADDWrs, ADDXrs, ADDSWrs, ADDSXrs, 89 def IsArithUnshiftOp : CheckOpcode<[ADDWrr, ADDXrr, ADDSWrr, ADDSXrr, 93 def IsLogicImmOp : CheckOpcode<[ANDWri, ANDXri, 98 def IsLogicShiftOp : CheckOpcode<[ANDWrs, ANDXrs, ANDSWrs, ANDSXrs, 106 def IsLogicUnshiftOp : CheckOpcode<[ANDWrr, ANDXrr, ANDSWrr, ANDSXrr, 114 def IsArithLogicImmOp : CheckOpcode<!listconcat(IsArithImmOp.ValidOpcodes, 118 def IsArithLogicShiftOp : CheckOpcode<!listconcat(IsArithShiftOp.ValidOpcodes, 122 def IsArithLogicUnshiftOp : CheckOpcode<!listconcat(IsArithUnshiftOp.ValidOpcodes, [all …]
|
| H A D | AArch64SchedPredExynos.td | 29 CheckAll<[CheckOpcode<[BLR]>, 142 CheckAll<[CheckOpcode<[EXTRWrri, EXTRXrri]>,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86SchedPredicates.td | 94 def IsRegRegCompareAndSwap_8 : CheckOpcode<[ CMPXCHG8rr ]>; 96 def IsRegMemCompareAndSwap_8 : CheckOpcode<[ 100 def IsRegRegCompareAndSwap_16_32_64 : CheckOpcode<[ 104 def IsRegMemCompareAndSwap_16_32_64 : CheckOpcode<[ 110 def IsCompareAndSwap8B : CheckOpcode<[ CMPXCHG8B, LCMPXCHG8B ]>; 111 def IsCompareAndSwap16B : CheckOpcode<[ CMPXCHG16B, LCMPXCHG16B ]>; 113 def IsRegMemCompareAndSwap : CheckOpcode< 119 def IsRegRegCompareAndSwap : CheckOpcode<
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCSchedPredicates.td | 15 CheckOpcode<[FADD, 208 CheckOpcode<[CFUGED, 232 CheckOpcode<[PMXVBF16GER2,
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherOpt.cpp | 153 Matcher *CheckOpcode = CheckType->takeNext(); in ContractNodes() local 154 Matcher *Tail = CheckOpcode->takeNext(); in ContractNodes() 157 MatcherPtr.reset(CheckOpcode); in ContractNodes() 158 CheckOpcode->setNext(CheckType); in ContractNodes()
|
| H A D | DAGISelMatcher.h | 62 CheckOpcode, // Fail if not opcode. enumerator 127 case CheckOpcode: in isSimplePredicateNode() 455 : Matcher(CheckOpcode), Opcode(opcode) {} in CheckOpcodeMatcher() 460 return N->getKind() == CheckOpcode; in classof()
|
| H A D | DAGISelMatcherEmitter.cpp | 500 case Matcher::CheckOpcode: in EmitMatcher() 1043 case Matcher::CheckOpcode: return "OPC_CheckOpcode"; break; in getOpcodeString()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | TargetInstrPredicate.td | 17 // CheckOpcode<[BLR]>, 30 // example, `CheckOpcode` is a special type of predicate used to describe a 61 // For example, a `CheckOpcode` predicate is expanded using method 167 // is not a member of the set is by using a `CheckNot<CheckOpcode<[...]>>` 169 class CheckOpcode<list<Instruction> Opcodes> : MCInstPredicate { 176 class CheckPseudo<list<Instruction> Opcodes> : CheckOpcode<Opcodes>;
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2583 CheckOpcode(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckOpcode() function 2726 Result = !::CheckOpcode(Table, Index, N.getNode()); in IsPredicateKnownToFail() 3168 if (!::CheckOpcode(MatcherTable, MatcherIndex, N.getNode())) break; in SelectCodeCommon()
|