Searched defs:NewSelect (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineNegator.cpp | 327 auto *NewSelect = cast<SelectInst>(I->clone()); visitImpl() local |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUCodeGenPrepare.cpp | 757 Value *NewSelect = Builder.CreateSelect(Sel->getCondition(), foldBinOpIntoSelect() local |
H A D | AMDGPUISelLowering.cpp | 4529 SDValue NewSelect = DAG.getNode(ISD::SELECT, SL, VT, Cond, distributeOpThroughSelect() local |
H A D | SIISelLowering.cpp | 6429 SDValue NewSelect = DAG.getNode(ISD::SELECT, SL, SelectVT, ReplaceNodeResults() local |
H A D | SIInstrInfo.cpp | 7590 auto NewSelect = lowerSelect() local |
/llvm-project/llvm/lib/Target/SystemZ/ | ||
H A D | SystemZISelLowering.cpp | 6686 SDValue NewSelect = DAG.getNode(SystemZISD::SELECT_CCMASK, DL, VT, Ops); combineZERO_EXTEND() local |