Searched refs:SDTCisFP (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 36 // SDTCisFP - The specified operand has floating-point type. 37 class SDTCisFP<int OpNum> : SDTypeConstraint<OpNum>; 90 def SDTFPLeaf : SDTypeProfile<1, 0, [SDTCisFP<0>]>; // for 'fpimm'. 107 SDTCisSameAs<0, 1>, SDTCisSameAs<0, 2>, SDTCisFP<0> 110 SDTCisSameAs<0, 1>, SDTCisFP<0>, SDTCisFP<2> 113 SDTCisSameAs<0, 1>, SDTCisSameAs<0, 2>, SDTCisSameAs<0, 3>, SDTCisFP<0> 125 SDTCisSameAs<0, 1>, SDTCisFP<0> 128 SDTCisFP<0>, SDTCisFP<1>, SDTCisOpSmallerThanOp<0, 1> 131 SDTCisFP<0>, SDTCisFP<1>, SDTCisOpSmallerThanOp<1, 0> 134 SDTCisFP<0>, SDTCisInt<1> [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 22 def SDTX86Fld : SDTypeProfile<1, 2, [SDTCisFP<0>, 25 def SDTX86Fst : SDTypeProfile<0, 3, [SDTCisFP<0>, 28 def SDTX86Fild : SDTypeProfile<1, 2, [SDTCisFP<0>, SDTCisPtrTy<1>, 30 def SDTX86FpToIMem : SDTypeProfile<0, 2, [SDTCisFP<0>, SDTCisPtrTy<1>]>;
|
D | X86InstrFragmentsSIMD.td | 26 SDTCisFP<0>, SDTCisInt<2> ]>; 28 SDTCisFP<1>, SDTCisVT<3, i8>]>;
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 88 SDTypeProfile<0, 2, [SDTCisFP<0>, SDTCisSameAs<0, 1>]>; 94 SDTypeProfile<1, 1, [SDTCisVT<0, f32>, SDTCisFP<1>]>; 96 SDTypeProfile<1, 1, [SDTCisFP<0>, SDTCisVT<1, f32>]>;
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 161 SDTCisVT, SDTCisPtrTy, SDTCisInt, SDTCisFP, SDTCisVec, SDTCisSameAs, enumerator
|
D | CodeGenDAGPatterns.cpp | 780 ConstraintType = SDTCisFP; in SDTypeConstraint() 852 case SDTCisFP: in ApplyTypeConstraint()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 14 def SDT_FTOI : SDTypeProfile<1, 1, [SDTCisVT<0, f32>, SDTCisFP<1>]>; 15 def SDT_ITOF : SDTypeProfile<1, 1, [SDTCisFP<0>, SDTCisVT<1, f32>]>; 16 def SDT_CMPFP0 : SDTypeProfile<0, 1, [SDTCisFP<0>]>;
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrFPU.td | 29 def SDT_MipsFPCmp : SDTypeProfile<0, 3, [SDTCisSameAs<0, 1>, SDTCisFP<1>,
|
/external/llvm/lib/Target/Alpha/ |
D | AlphaInstrInfo.td | 20 SDTCisFP<1>, SDTCisFP<0>
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 86 SDTCisFP<0>, SDTCisVT<1, f64>]>, []>;
|