/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 162 ConstantInt *NegOne; in generateUnsignedDivisionCode() local
|
/external/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 163 ConstantInt *NegOne; in generateUnsignedDivisionCode() local
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 29 Constant* NegOne = ConstantInt::get(Int1, static_cast<uint64_t>(-1), true); in TEST() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 1342 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); in buildNot() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1536 SDValue NegOne = DAG.getConstant(-1, DL, VT); in LowerSDIVREM() local 1763 const SDValue NegOne = DAG.getConstant(-1, SL, MVT::i32); in LowerFROUND64() local 1835 const SDValue NegOne = DAG.getConstantFP(-1.0, SL, MVT::f64); in LowerFFLOOR() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1972 SDValue NegOne = DAG.getConstant(-1, DL, VT); in LowerSDIVREM() local 2205 const SDValue NegOne = DAG.getConstant(-1, SL, MVT::i32); in LowerFROUND64() local 2277 const SDValue NegOne = DAG.getConstantFP(-1.0, SL, MVT::f64); in LowerFFLOOR() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 1673 const SCEV *NegOne = SE.getNegativeSCEV(One); in computeSafeIterationSpace() local
|
D | Reassociate.cpp | 275 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() local
|
D | LoopStrengthReduce.cpp | 428 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( in DoInitialMatch() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 255 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() local
|
D | LoopStrengthReduce.cpp | 345 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( in DoInitialMatch() local
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2318 APInt NegOne = APInt::getAllOnesValue(Width); in SimplifyICmpInst() local 2368 APInt NegOne = APInt::getAllOnesValue(Width); in SimplifyICmpInst() local
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 2244 llvm::Value *NegOne = llvm::ConstantInt::get(Ty, -1ULL); in EmitUndefinedBehaviorIntegerDivAndRemCheck() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2477 Constant *NegOne = Constant::getAllOnesValue(SrcTy); in visitICmpInstWithCastAndCast() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 3190 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); in SimplifySetCC() local 3203 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); in SimplifySetCC() local
|
D | SelectionDAG.cpp | 1196 SDValue NegOne = in getNOT() local
|
D | DAGCombiner.cpp | 4013 SDValue NegOne = DAG.getAllOnesConstant(DL, VT); in visitREM() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 2419 APInt NegOne = APInt::getAllOnesValue(VT.getSizeInBits()); in visitREM() local 6207 SDValue NegOne = in visitSIGN_EXTEND() local
|
D | SelectionDAG.cpp | 1077 SDValue NegOne = in getNOT() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 7118 Constant *NegOne = in LowerBUILD_VECTOR() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 8632 Constant *NegOne = in LowerBUILD_VECTOR() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 21952 APInt NegOne = APInt::getAllOnesValue(CarryVT.getScalarSizeInBits()); in LowerSETCCCARRY() local 22407 SDValue NegOne = DAG.getConstant(-1, dl, WideVT); in LowerSIGN_EXTEND_Mask() local 28126 APInt NegOne = APInt::getAllOnesValue(CarryVT.getScalarSizeInBits()); in LowerADDSUBCARRY() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 16038 SDValue NegOne = in LowerSIGN_EXTEND_AVX512() local
|