| /freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeIntegerTypes.cpp | 484 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 …]
|
| D | LegalizeVectorOps.cpp | 611 Mask = DAG.getSelect(DL, BitTy, Mask, in ExpandSELECT() 767 Ops[i] = DAG.getSelect(dl, EltVT, Ops[i], in UnrollVSETCC()
|
| D | LegalizeDAG.cpp | 1557 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()
|
| D | LegalizeVectorTypes.cpp | 281 return DAG.getSelect(SDLoc(N), in ScalarizeVecRes_VSELECT() 288 return DAG.getSelect(SDLoc(N), in ScalarizeVecRes_SELECT()
|
| D | LegalizeFloatTypes.cpp | 544 return DAG.getSelect(SDLoc(N), in SoftenFloatRes_SELECT()
|
| D | DAGCombiner.cpp | 4686 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/ |
| D | ConstantFolder.h | 208 return ConstantExpr::getSelect(C, True, False); in CreateSelect()
|
| D | TargetFolder.h | 232 return Fold(ConstantExpr::getSelect(C, True, False)); in CreateSelect()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/IR/ |
| D | Constants.h | 992 static Constant *getSelect(Constant *C, Constant *V1, Constant *V2);
|
| /freebsd-9-stable/contrib/llvm/lib/IR/ |
| D | ConstantFold.cpp | 732 return ConstantExpr::getSelect(Cond, TrueVal->getOperand(1), V2); in ConstantFoldSelectInstruction() 737 return ConstantExpr::getSelect(Cond, V1, FalseVal->getOperand(2)); in ConstantFoldSelectInstruction()
|
| D | Constants.cpp | 1132 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
|
| D | Core.cpp | 1080 return wrap(ConstantExpr::getSelect(unwrap<Constant>(ConstantCondition), in LLVMConstSelect()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | SelectionDAG.h | 670 SDValue getSelect(SDLoc DL, EVT VT, SDValue Cond,
|
| /freebsd-9-stable/contrib/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 1032 return ConstantExpr::getSelect(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperands()
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/IPO/ |
| D | GlobalOpt.cpp | 2489 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)), in EvaluateBlock()
|
| /freebsd-9-stable/contrib/llvm/lib/Bitcode/Reader/ |
| D | BitcodeReader.cpp | 1394 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0], in ParseConstants()
|
| /freebsd-9-stable/contrib/llvm/lib/AsmParser/ |
| D | LLParser.cpp | 2657 ID.ConstantVal = ConstantExpr::getSelect(Elts[0], Elts[1], Elts[2]); in ParseValID()
|