Searched refs:getSelect (Results 1 - 22 of 22) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp568 return DAG.getSelect(SDLoc(N),
1638 Lo = DAG.getSelect(dl, NVT, isShort, LoS, LoL);
1639 Hi = DAG.getSelect(dl, NVT, isZero, InH,
1640 DAG.getSelect(dl, NVT, isShort, HiS, HiL));
1655 Lo = DAG.getSelect(dl, NVT, isZero, InL,
1656 DAG.getSelect(dl, NVT, isShort, LoS, LoL));
1657 Hi = DAG.getSelect(dl, NVT, isShort, HiS, HiL);
1671 Lo = DAG.getSelect(dl, NVT, isZero, InL,
1672 DAG.getSelect(dl, NVT, isShort, LoS, LoL));
1673 Hi = DAG.getSelect(d
[all...]
H A DLegalizeVectorOps.cpp764 Mask = DAG.getSelect(DL, BitTy, Mask,
1058 Ops[i] = DAG.getSelect(dl, EltVT, Ops[i],
H A DLegalizeDAG.cpp1734 return DAG.getSelect(DL, FloatVT, Cond, NegValue, AbsValue);
2663 return DAG.getSelect(dl, MVT::f32, SignBitTest, Slow, Fast);
2677 SDValue Sel = DAG.getSelect(dl, MVT::i64, Ne, Or, Op0);
2682 SDValue Sel2 = DAG.getSelect(dl, MVT::i64, Ge, Sel, Op0);
2708 SDValue CstOffset = DAG.getSelect(dl, Zero.getValueType(),
3210 Tmp1 = DAG.getSelect(dl, NVT, Tmp2, True, False);
3861 Results.push_back(DAG.getSelect(dl, VT, Cond, Tmp3, Tmp4));
4280 Tmp1 = DAG.getSelect(dl, NVT, Tmp2,
4383 Tmp1 = DAG.getSelect(dl, NVT, Tmp1, Tmp2, Tmp3);
H A DLegalizeVectorTypes.cpp331 return DAG.getSelect(SDLoc(N),
338 return DAG.getSelect(SDLoc(N),
H A DLegalizeFloatTypes.cpp652 return DAG.getSelect(SDLoc(N),
H A DDAGCombiner.cpp6167 return DAG.getSelect(DL, VT, SetCC,
13805 return DAG.getSelect(SDLoc(SCC), SCC.getValueType(), SETCC,
13909 Addr = DAG.getSelect(SDLoc(TheSelect),
14051 SDValue CstOffset = DAG.getSelect(DL, Zero.getValueType(),
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DConstantFolder.h215 return ConstantExpr::getSelect(C, True, False);
H A DConstants.h1089 static Constant *getSelect(Constant *C, Constant *V1, Constant *V2,
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DTargetFolder.h240 return Fold(ConstantExpr::getSelect(C, True, False));
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2045 return DAG.getSelect(SL, MVT::f64, Cond, Src, Tmp2);
2276 SDValue E = DAG.getSelect(SL, MVT::i32,
2303 SDValue R = DAG.getSelect(SL, MVT::i32,
2306 DAG.getSelect(SL, MVT::i32, TCmp, VTrunc1, ZeroI32));
2314 return DAG.getSelect(SL, MVT::f32, DAG.getSExtOrTrunc(S, SL, SetCCVT), RNeg, R);
H A DSIISelLowering.cpp1510 SDValue Lo = DAG.getSelect(DL, MVT::i32, Cond, Lo0, Lo1);
1515 SDValue Hi = DAG.getSelect(DL, MVT::i32, Cond, Hi0, Hi1);
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp770 return ConstantExpr::getSelect(Cond, TrueVal->getOperand(1), V2);
775 return ConstantExpr::getSelect(Cond, V1, FalseVal->getOperand(2));
H A DConstants.cpp1204 return ConstantExpr::getSelect(Ops[0], Ops[1], Ops[2], OnlyIfReducedTy);
1947 Constant *ConstantExpr::getSelect(Constant *C, Constant *V1, Constant *V2, function in class:ConstantExpr
H A DCore.cpp1289 return wrap(ConstantExpr::getSelect(unwrap<Constant>(ConstantCondition),
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h740 SDValue getSelect(SDLoc DL, EVT VT, SDValue Cond, function in class:llvm::SelectionDAG
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1084 return ConstantExpr::getSelect(Ops[0], Ops[1], Ops[2]);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2519 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)),
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3350 Res = CurDAG->getSelect(dl, User->getValueType(0), Cond, TrueRes, FalseRes);
/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp3043 ID.ConstantVal = ConstantExpr::getSelect(Elts[0], Elts[1], Elts[2]);
/freebsd-11.0-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2792 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0],
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9685 return DAG.getSelect(DL, ResVT, Mask, N->getOperand(1), N->getOperand(2));
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13268 Adjust = DAG.getSelect(DL, MVT::i32, Cmp,
13275 Value = DAG.getSelect(DL, TheVT, Cmp, Value, Sub);
[all...]

Completed in 473 milliseconds