Home
last modified time | relevance | path

Searched refs:NewConst (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp495 Constant *NewConst = in PromoteTree() local
502 I->setOperand(i, NewConst); in PromoteTree()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1884 uint64_t NewConst = V.getConstantOperandVal(i) >> Amount; in willShiftRightEliminate() local
1885 return (NewConst == 1); in willShiftRightEliminate()
1900 uint64_t NewConst = V.getConstantOperandVal(i) >> Power; in factorOutPowerOf2() local
1901 if (NewConst == 1) in factorOutPowerOf2()
1903 Ops[i] = CurDAG->getConstant(NewConst, in factorOutPowerOf2()
H A DHexagonISelLowering.cpp1119 SmallVector<Constant*, 128> NewConst; in LowerConstantPool() local
1124 NewConst.push_back(IRB.getInt8(CV->getOperand(i)->isZeroValue())); in LowerConstantPool()
1126 CVal = ConstantVector::get(NewConst); in LowerConstantPool()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2813 APInt NewConst = VRegAndVal->Value.urem( in applyFunnelShiftConstantModulo() local
2817 auto NewConstInstr = Builder.buildConstant(ConstTy, NewConst.getZExtValue()); in applyFunnelShiftConstantModulo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4081 SDValue NewConst = DAG.getConstant(ShiftAmt - 32, SL, MVT::i32); in performSrlCombine() local
4082 SDValue NewShift = DAG.getNode(ISD::SRL, SL, MVT::i32, Hi, NewConst); in performSrlCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4688 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), dl, newVT); in SimplifySetCC() local
4691 NewConst, Cond); in SimplifySetCC()