/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstructions.td | 158 def brtarget : Operand<OtherVT>; 325 def COND_OEQ : PatFrags<(ops), [(OtherVT SETOEQ), (OtherVT SETEQ)]>; 326 def COND_ONE : PatFrags<(ops), [(OtherVT SETONE), (OtherVT SETNE)]>; 327 def COND_OGT : PatFrags<(ops), [(OtherVT SETOGT), (OtherVT SETGT)]>; 328 def COND_OGE : PatFrags<(ops), [(OtherVT SETOGE), (OtherVT SETGE)]>; 329 def COND_OLT : PatFrags<(ops), [(OtherVT SETOLT), (OtherVT SETLT)]>; 330 def COND_OLE : PatFrags<(ops), [(OtherVT SETOLE), (OtherVT SETLE)]>; 347 def COND_UNE_NE : PatFrags<(ops), [(OtherVT SETUNE), (OtherVT SETNE)]>; 353 def COND_SGT : PatFrag<(ops), (OtherVT SETGT)>; 362 def COND_EQ : PatFrags<(ops), [(OtherVT SETEQ), (OtherVT SETUEQ)]>; [all …]
|
H A D | AMDGPUInstrInfo.td | 49 [SDTCisVT<0, i1>, SDTCisVT<1, i1>, SDTCisVT<2, OtherVT>] 53 [SDTCisVT<0, i1>, SDTCisVT<1, i1>, SDTCisVT<2, OtherVT>] 57 [SDTCisVT<0, i1>, SDTCisVT<1, OtherVT>] 192 SDTCisInt<0>, SDTCisSameAs<1, 2>, SDTCisVT<3, OtherVT> 341 SDTCisVT<0, OtherVT>
|
/openbsd/gnu/llvm/llvm/lib/Target/Xtensa/ |
H A D | XtensaOperands.td | 184 def brtarget : Operand<OtherVT> { 191 def jumptarget : Operand<OtherVT> { 198 def L32Rtarget : Operand<OtherVT> {
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZOperands.td | 542 def brtarget16 : PCRelOperand<OtherVT, PCRel16> { 546 def brtarget32 : PCRelOperand<OtherVT, PCRel32> { 552 def brtarget12bpp : PCRelOperand<OtherVT, PCRel12> { 556 def brtarget16bpp : PCRelOperand<OtherVT, PCRel16> { 560 def brtarget24bpp : PCRelOperand<OtherVT, PCRel24> { 568 def brtarget16tls : PCRelTLSOperand<OtherVT, PCRelTLS16> { 573 def brtarget32tls : PCRelTLSOperand<OtherVT, PCRelTLS32> {
|
/openbsd/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kInstrInfo.td | 80 /* Dest */ SDTCisVT<0, OtherVT>, 336 def MxAS8 : MxMemOp<(ops OtherVT), MxSize8, "B", "printAS8Mem", MxAddr8>; 337 def MxAS16 : MxMemOp<(ops OtherVT), MxSize16, "B", "printAS16Mem", MxAddr16>; 338 def MxAS32 : MxMemOp<(ops OtherVT), MxSize32, "B", "printAS32Mem", MxAddr32>; 346 def MxAL8 : MxMemOp<(ops OtherVT), MxSize8, "b", "printAL8Mem", MxAddr8>; 347 def MxAL16 : MxMemOp<(ops OtherVT), MxSize16, "b", "printAL16Mem", MxAddr16>; 348 def MxAL32 : MxMemOp<(ops OtherVT), MxSize32, "b", "printAL32Mem", MxAddr32>; 402 class MxBrTargetOperand<int N> : Operand<OtherVT> { 407 // Branch targets have OtherVT type and print as pc-relative values.
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonDepOperands.td | 32 def b13_2Imm : Operand<OtherVT> { let ParserMatchClass = b13_2ImmOperand; let DecoderMethod = "brta… 35 def b15_2Imm : Operand<OtherVT> { let ParserMatchClass = b15_2ImmOperand; let DecoderMethod = "brta… 41 def b30_2Imm : Operand<OtherVT> { let ParserMatchClass = b30_2ImmOperand; let DecoderMethod = "brta…
|
/openbsd/gnu/llvm/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 108 def SDTOther : SDTypeProfile<1, 0, [SDTCisVT<0, OtherVT>]>; // for 'vt'. 174 SDTCisInt<0>, SDTCisFP<1>, SDTCisSameNumEltsAs<0, 1>, SDTCisVT<2, OtherVT> 177 SDTCisSameAs<0, 1>, SDTCisInt<0>, SDTCisVT<2, OtherVT>, 189 SDTCisInt<0>, SDTCisSameAs<1, 2>, SDTCisVT<3, OtherVT> 202 SDTCisVT<5, OtherVT> 206 SDTCisVT<0, OtherVT> 210 SDTCisVT<0, OtherVT>, SDTCisSameAs<1, 2>, SDTCisVT<3, OtherVT> 214 SDTCisInt<0>, SDTCisVT<1, OtherVT> 222 SDTCisVT<0, OtherVT>, SDTCisVT<1, OtherVT>
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfo.td | 737 def directbrtarget : Operand<OtherVT> { 744 def absdirectbrtarget : Operand<OtherVT> { 753 def condbrtarget : Operand<OtherVT> { 760 def abscondbrtarget : Operand<OtherVT> { 955 def pred : Operand<OtherVT> {
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VVPInstrInfo.td | 110 SDTCisVT<3, OtherVT>,
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MicroMipsInstrInfo.td | 164 def jmptarget_mm : Operand<OtherVT> { 174 def brtarget7_mm : Operand<OtherVT> { 182 def brtarget10_mm : Operand<OtherVT> { 190 def brtarget_mm : Operand<OtherVT> {
|
H A D | Mips32r6InstrInfo.td | 37 def brtarget21 : Operand<OtherVT> { 45 def brtarget26 : Operand<OtherVT> { 53 def jmpoffset16 : Operand<OtherVT> {
|
H A D | MicroMips32r6InstrInfo.td | 13 def brtarget21_mm : Operand<OtherVT> { 21 def brtarget26_mm : Operand<OtherVT> { 29 def brtargetr6 : Operand<OtherVT> { 37 def brtarget_lsl2_mm : Operand<OtherVT> {
|
H A D | MipsInstrInfo.td | 833 def jmptarget : Operand<OtherVT> { 838 def brtarget : Operand<OtherVT> { 845 def brtarget1SImm16 : Operand<OtherVT> { 939 def uimm5_lsl2 : Operand<OtherVT> { 950 def uimm6_lsl2 : Operand<OtherVT> { 1049 def simm7_lsl2 : Operand<OtherVT> {
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.td | 26 SDTCisVT<3, OtherVT>, 30 SDTCisVT<2, OtherVT>, 31 SDTCisVT<3, OtherVT>]>; 256 def simm13_lsb0 : Operand<OtherVT> { 295 def simm21_lsb0_jal : Operand<OtherVT> {
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.td | 186 // Branch targets have OtherVT type. 187 def brtarget : Operand<OtherVT> { 191 def bprtarget : Operand<OtherVT> { 195 def bprtarget16 : Operand<OtherVT> { 226 SDTypeProfile<0, 2, [SDTCisVT<0, OtherVT>, SDTCisVT<1, i32>]>;
|
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/ |
H A D | MSP430InstrInfo.td | 31 def SDT_MSP430BrCC : SDTypeProfile<0, 2, [SDTCisVT<0, OtherVT>, 118 // Short jump targets have OtherVT type and are printed as pcrel imm values. 119 def jmptarget : Operand<OtherVT> {
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMInstrThumb.td | 128 def t_brtarget : Operand<OtherVT> { 141 def thumb_br_target : Operand<OtherVT> { 160 def thumb_bcc_target : Operand<OtherVT> { 166 def thumb_cb_target : Operand<OtherVT> {
|
H A D | ARMInstrFormats.td | 159 def pred : PredicateOperand<OtherVT, (ops i32imm, i32imm), 178 def cc_out : OptionalDefOperand<OtherVT, (ops CCR), (ops (i32 zero_reg))> { 186 def s_cc_out : OptionalDefOperand<OtherVT, (ops CCR), (ops (i32 CPSR))> { 253 class vpred_ops<dag extra_op, dag extra_mi> : OperandWithDefaultOps<OtherVT,
|
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.td | 34 def SDT_LanaiBrCC : SDTypeProfile<0, 2, [SDTCisVT<0, OtherVT>, 89 def BrTarget : Operand<OtherVT> {
|
/openbsd/gnu/llvm/llvm/lib/Target/ARC/ |
H A D | ARCInstrFormats.td | 982 def btarget : BCTarget<OtherVT>; 988 class BranchTargetS<int BSz> : BCTargetSigned<OtherVT, BSz>;
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrInfo.td | 144 def bb_op : Operand<OtherVT>;
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | ValueTypes.td | 21 def OtherVT : ValueType<0, 1>; // "Other" value
|
/openbsd/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BPFInstrInfo.td | 27 SDTCisVT<3, OtherVT>]>; 57 def brtarget : Operand<OtherVT> {
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 288 EVT OtherVT = N->getValueType(OtherNo); in ScalarizeVecRes_OverflowOp() local 289 if (getTypeAction(OtherVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_OverflowOp() 293 ISD::SCALAR_TO_VECTOR, DL, OtherVT, SDValue(ScalarNode, OtherNo)); in ScalarizeVecRes_OverflowOp() 1695 EVT OtherVT = N->getValueType(OtherNo); in SplitVecRes_OverflowOp() local 1696 if (getTypeAction(OtherVT) == TargetLowering::TypeSplitVector) { in SplitVecRes_OverflowOp() 1701 ISD::CONCAT_VECTORS, dl, OtherVT, in SplitVecRes_OverflowOp() 4508 EVT OtherVT = N->getValueType(OtherNo); in WidenVecRes_OverflowOp() local 4509 if (getTypeAction(OtherVT) == TargetLowering::TypeWidenVector) { in WidenVecRes_OverflowOp() 4514 ISD::EXTRACT_SUBVECTOR, DL, OtherVT, SDValue(WideNode, OtherNo), Zero); in WidenVecRes_OverflowOp()
|
/openbsd/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.td | 24 : SDTypeProfile<0, 2, [SDTCisVT<0, OtherVT>, SDTCisVT<1, i8>]>; 194 def relbrtarget_7 : Operand<OtherVT> { 199 def brtarget_13 : Operand<OtherVT> {
|