Home
last modified time | relevance | path

Searched refs:SDTCisFP (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td36 // 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/
DX86InstrFragmentsSIMD.td26 SDTCisFP<0>, SDTCisInt<2> ]>;
28 SDTCisFP<1>, SDTCisVT<3, i8>]>;
110 SDTCisFP<0>, SDTCisFP<1>]>>;
113 SDTCisFP<0>, SDTCisFP<1>]>>;
DX86InstrFPStack.td22 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>]>;
DX86InstrInfo.td108 def SDT_X86WIN_FTOL : SDTypeProfile<0, 1, [SDTCisFP<0>]>;
/external/llvm/lib/Target/Mips/
DMipsInstrFPU.td30 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/
DR600Instructions.td361 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/
DSparcInstrInfo.td95 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/
DCodeGenDAGPatterns.h162 SDTCisVT, SDTCisPtrTy, SDTCisInt, SDTCisFP, SDTCisVec, SDTCisSameAs, enumerator
DCodeGenDAGPatterns.cpp817 ConstraintType = SDTCisFP; in SDTypeConstraint()
890 case SDTCisFP: in ApplyTypeConstraint()
/external/llvm/lib/Target/ARM/
DARMInstrVFP.td14 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/
DPPCInstrInfo.td94 SDTCisFP<0>, SDTCisVT<1, f64>]>, []>;