Searched refs:Cvt (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineMulDivRem.cpp | 972 bool Cvt = FpVal.getExactInverse(&Reciprocal); in CvtFDivConstToReciprocal() local 974 if (!Cvt && AllowReciprocal && FpVal.isFiniteNonZero()) { in CvtFDivConstToReciprocal() 977 Cvt = !Reciprocal.isDenormal(); in CvtFDivConstToReciprocal() 980 if (!Cvt) in CvtFDivConstToReciprocal()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/NVPTX/ |
| D | NVPTXISelDAGToDAG.cpp | 2285 SDNode *Cvt = CurDAG->getMachineNode(NVPTX::CVT_u32_u16, DL, in SelectStoreParam() local 2287 Ops[0] = SDValue(Cvt, 0); in SelectStoreParam() 2294 SDNode *Cvt = CurDAG->getMachineNode(NVPTX::CVT_s32_s16, DL, in SelectStoreParam() local 2296 Ops[0] = SDValue(Cvt, 0); in SelectStoreParam()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 3864 SDValue Cvt = DAG.getNode(ARMISD::VMOVRRD, dl, in ExpandBITCAST() local 3867 return DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, Cvt, Cvt.getValue(1)); in ExpandBITCAST()
|