Searched refs:getSelect (Results 26 - 34 of 34) sorted by relevance

12

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp602 return DAG.getSelect(SDLoc(N),
/external/llvm/lib/IR/
H A DCore.cpp1273 return wrap(ConstantExpr::getSelect(unwrap<Constant>(ConstantCondition),
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp2015 return DAG.getSelect(SL, MVT::f64, Cond, Src, Tmp2);
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2385 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)),
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2346 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0],
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3252 Res = CurDAG->getSelect(dl, User->getValueType(0), Cond, TrueRes, FalseRes);
/external/llvm/lib/AsmParser/
H A DLLParser.cpp2866 ID.ConstantVal = ConstantExpr::getSelect(Elts[0], Elts[1], Elts[2]);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1197 See the method [llvm::ConstantExpr::getSelect]. *)
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8679 return DAG.getSelect(DL, ResVT, Mask, N->getOperand(1), N->getOperand(2));

Completed in 2377 milliseconds

12