Searched refs:SDTCisFP (Results 1 – 11 of 11) 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 | X86InstrFragmentsSIMD.td | 26 SDTCisFP<0>, SDTCisInt<2> ]>; 28 SDTCisFP<1>, SDTCisVT<3, i8>]>; 110 SDTCisFP<0>, SDTCisFP<1>]>>; 113 SDTCisFP<0>, SDTCisFP<1>]>>;
|
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>, 31 def SDTX86FpToIMem : SDTypeProfile<0, 2, [SDTCisFP<0>, SDTCisPtrTy<1>]>;
|
D | X86InstrInfo.td | 108 def SDT_X86WIN_FTOL : SDTypeProfile<0, 1, [SDTCisFP<0>]>;
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrFPU.td | 30 def SDT_MipsFPCmp : SDTypeProfile<0, 3, [SDTCisSameAs<0, 1>, SDTCisFP<1>, 34 def SDT_MipsTruncIntFP : SDTypeProfile<1, 1, [SDTCisFP<0>, SDTCisFP<1>]>;
|
/external/llvm/lib/Target/R600/ |
D | R600Instructions.td | 361 SDTypeProfile<1, 8, [SDTCisFP<0>, SDTCisVT<1, f32>, SDTCisVT<2, f32>, 368 SDTypeProfile<1, 1, [SDTCisFP<0>, SDTCisFP<1>]> 372 SDTypeProfile<1, 1, [SDTCisFP<0>, SDTCisFP<1>]> 375 def TEXTURE_FETCH_Type : SDTypeProfile<1, 19, [SDTCisFP<0>]>; 422 def ExportType : SDTypeProfile<0, 7, [SDTCisFP<0>, SDTCisInt<1>]>;
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 95 SDTypeProfile<0, 2, [SDTCisFP<0>, SDTCisSameAs<0, 1>]>; 101 SDTypeProfile<1, 1, [SDTCisVT<0, f32>, SDTCisFP<1>]>; 103 SDTypeProfile<1, 1, [SDTCisFP<0>, SDTCisVT<1, f32>]>;
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 162 SDTCisVT, SDTCisPtrTy, SDTCisInt, SDTCisFP, SDTCisVec, SDTCisSameAs, enumerator
|
D | CodeGenDAGPatterns.cpp | 817 ConstraintType = SDTCisFP; in SDTypeConstraint() 890 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/PowerPC/ |
D | PPCInstrInfo.td | 94 SDTCisFP<0>, SDTCisVT<1, f64>]>, []>;
|