Searched refs:NewConst (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMCodeGenPrepare.cpp | 308 Constant *NewConst = nullptr; in Mutate() local 310 NewConst = (Const->isNegative()) ? in Mutate() 319 NewConst = ConstantInt::get(ExtTy, NewVal); in Mutate() 321 I->replaceUsesOfWith(Const, NewConst); in Mutate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 1814 uint64_t NewConst = V.getConstantOperandVal(i) >> Amount; in willShiftRightEliminate() local 1815 return (NewConst == 1); in willShiftRightEliminate() 1830 uint64_t NewConst = V.getConstantOperandVal(i) >> Power; in factorOutPowerOf2() local 1831 if (NewConst == 1) in factorOutPowerOf2() 1833 Ops[i] = CurDAG->getConstant(NewConst, in factorOutPowerOf2()
|
D | HexagonISelLowering.cpp | 885 SmallVector<Constant *, 128> NewConst; in convert_i1_to_i8() local 903 NewConst.push_back(IRB.getInt8(x)); in convert_i1_to_i8() 905 return ConstantVector::get(NewConst); in convert_i1_to_i8()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 2428 SDValue NewConst = DAG.getConstant(ShiftAmt - 32, SL, MVT::i32); in performSrlCombine() local 2429 SDValue NewShift = DAG.getNode(ISD::SRL, SL, MVT::i32, Hi, NewConst); in performSrlCombine()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1610 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), dl, newVT); in SimplifySetCC() local 1613 NewConst, Cond); in SimplifySetCC()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2207 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), dl, newVT); in SimplifySetCC() local 2210 NewConst, Cond); in SimplifySetCC()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX86BaseImpl.h | 7940 Operand *NewConst = randomizeOrPoolImmediate(C, RegNum); 7941 if (NewConst != Const) { 7942 return NewConst;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 3018 SDValue NewConst = DAG.getConstant(ShiftAmt - 32, SL, MVT::i32); in performSrlCombine() local 3019 SDValue NewShift = DAG.getNode(ISD::SRL, SL, MVT::i32, Hi, NewConst); in performSrlCombine()
|