Home
last modified time | relevance | path

Searched refs:getSelect (Results 1 – 17 of 17) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp484 return DAG.getSelect(SDLoc(N), in PromoteIntRes_SELECT()
1486 Lo = DAG.getSelect(dl, NVT, isShort, LoS, LoL); in ExpandShiftWithUnknownAmountBit()
1487 Hi = DAG.getSelect(dl, NVT, isShort, HiS, HiL); in ExpandShiftWithUnknownAmountBit()
1502 Lo = DAG.getSelect(dl, NVT, isShort, LoS, LoL); in ExpandShiftWithUnknownAmountBit()
1503 Hi = DAG.getSelect(dl, NVT, isShort, HiS, HiL); in ExpandShiftWithUnknownAmountBit()
1519 Lo = DAG.getSelect(dl, NVT, isShort, LoS, LoL); in ExpandShiftWithUnknownAmountBit()
1520 Hi = DAG.getSelect(dl, NVT, isShort, HiS, HiL); in ExpandShiftWithUnknownAmountBit()
1566 SDValue Carry1 = DAG.getSelect(dl, NVT, Cmp1, in ExpandIntRes_ADDSUB()
1571 SDValue Carry2 = DAG.getSelect(dl, NVT, Cmp2, in ExpandIntRes_ADDSUB()
1580 SDValue Borrow = DAG.getSelect(dl, NVT, Cmp, in ExpandIntRes_ADDSUB()
[all …]
DLegalizeVectorOps.cpp611 Mask = DAG.getSelect(DL, BitTy, Mask, in ExpandSELECT()
767 Ops[i] = DAG.getSelect(dl, EltVT, Ops[i], in UnrollVSETCC()
DLegalizeDAG.cpp1557 return DAG.getSelect(dl, AbsVal.getValueType(), SignBit, in ExpandFCOPYSIGN()
2365 return DAG.getSelect(dl, MVT::f32, SignBitTest, Slow, Fast); in ExpandLegalINT_TO_FP()
2378 SDValue Sel = DAG.getSelect(dl, MVT::i64, Ne, Or, Op0); in ExpandLegalINT_TO_FP()
2382 SDValue Sel2 = DAG.getSelect(dl, MVT::i64, Ge, Sel, Op0); in ExpandLegalINT_TO_FP()
2405 SDValue CstOffset = DAG.getSelect(dl, Zero.getValueType(), in ExpandLegalINT_TO_FP()
3007 Tmp1 = DAG.getSelect(dl, NVT, Tmp2, True, False); in ExpandNode()
3220 Tmp1 = DAG.getSelect(dl, VT, Tmp2, Tmp1, Tmp3); in ExpandNode()
3898 Tmp1 = DAG.getSelect(dl, NVT, Tmp2, in PromoteNode()
3994 Tmp1 = DAG.getSelect(dl, NVT, Tmp1, Tmp2, Tmp3); in PromoteNode()
DLegalizeVectorTypes.cpp281 return DAG.getSelect(SDLoc(N), in ScalarizeVecRes_VSELECT()
288 return DAG.getSelect(SDLoc(N), in ScalarizeVecRes_SELECT()
DLegalizeFloatTypes.cpp544 return DAG.getSelect(SDLoc(N), in SoftenFloatRes_SELECT()
DDAGCombiner.cpp4686 return DAG.getSelect(SDLoc(N), VT, in visitSIGN_EXTEND()
10317 return DAG.getSelect(SDLoc(SCC), SCC.getValueType(), in SimplifySelect()
10387 Addr = DAG.getSelect(SDLoc(TheSelect), in SimplifySelectOps()
10524 SDValue CstOffset = DAG.getSelect(DL, Zero.getValueType(), in SimplifySelectCC()
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DConstantFolder.h208 return ConstantExpr::getSelect(C, True, False); in CreateSelect()
DTargetFolder.h232 return Fold(ConstantExpr::getSelect(C, True, False)); in CreateSelect()
/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DConstants.h992 static Constant *getSelect(Constant *C, Constant *V1, Constant *V2);
/freebsd-9-stable/contrib/llvm/lib/IR/
DConstantFold.cpp732 return ConstantExpr::getSelect(Cond, TrueVal->getOperand(1), V2); in ConstantFoldSelectInstruction()
737 return ConstantExpr::getSelect(Cond, V1, FalseVal->getOperand(2)); in ConstantFoldSelectInstruction()
DConstants.cpp1132 return ConstantExpr::getSelect(Ops[0], Ops[1], Ops[2]); in getWithOperands()
1831 Constant *ConstantExpr::getSelect(Constant *C, Constant *V1, Constant *V2) { in getSelect() function in ConstantExpr
DCore.cpp1080 return wrap(ConstantExpr::getSelect(unwrap<Constant>(ConstantCondition), in LLVMConstSelect()
/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DSelectionDAG.h670 SDValue getSelect(SDLoc DL, EVT VT, SDValue Cond,
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DConstantFolding.cpp1032 return ConstantExpr::getSelect(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperands()
/freebsd-9-stable/contrib/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2489 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)), in EvaluateBlock()
/freebsd-9-stable/contrib/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1394 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0], in ParseConstants()
/freebsd-9-stable/contrib/llvm/lib/AsmParser/
DLLParser.cpp2657 ID.ConstantVal = ConstantExpr::getSelect(Elts[0], Elts[1], Elts[2]); in ParseValID()