| /external/llvm-project/llvm/unittests/IR/ |
| D | PatternMatch.cpp | 74 Value *NegOne = ConstantInt::get(IntTy, -1); in TEST_F() local 113 Value *NegOne = ConstantInt::get(IntTy, -1); in TEST_F() local 152 Value *NegOne = ConstantInt::get(IntTy, -1); in TEST_F() local 190 Value *NegOne = ConstantInt::get(IntTy, -1); in TEST_F() local 214 Value *NegOne = ConstantInt::get(IntTy, -1); in TEST_F() local 253 Value *NegOne = ConstantInt::get(IntTy, -1); in TEST_F() local 292 Value *NegOne = ConstantInt::get(IntTy, -1); in TEST_F() local 331 Value *NegOne = ConstantInt::get(IntTy, -1); in TEST_F() local 370 Value *NegOne = ConstantInt::get(IntTy, -1); in TEST_F() local 409 Value *NegOne = ConstantInt::get(IntTy, -1); in TEST_F() local [all …]
|
| D | ConstantsTest.cpp | 28 Constant* NegOne = ConstantInt::get(Int1, static_cast<uint64_t>(-1), true); in TEST() local
|
| /external/llvm-project/llvm/lib/Transforms/Utils/ |
| D | IntegerDivision.cpp | 162 ConstantInt *NegOne; in generateUnsignedDivisionCode() local
|
| /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/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | MachineIRBuilder.h | 1513 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); in buildNot() local
|
| /external/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineMulDivRem.cpp | 1164 Constant *NegOne = ConstantInt::getAllOnesValue(Ty); in visitSDiv() 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
|
| /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-project/llvm/lib/Transforms/Scalar/ |
| D | InductiveRangeCheckElimination.cpp | 1688 const SCEV *NegOne = SE.getNegativeSCEV(One); in computeSafeIterationSpace() local
|
| D | Reassociate.cpp | 276 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() 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/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelLowering.cpp | 2041 SDValue NegOne = DAG.getConstant(-1, DL, VT); in LowerSDIVREM() local 2275 const SDValue NegOne = DAG.getConstantFP(-1.0, SL, MVT::f64); in LowerFFLOOR() 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/llvm-project/llvm/unittests/ADT/ |
| D | APFloatTest.cpp | 3175 APFloat NegOne = APFloat(APFloat::IEEEsingle(), "-1.0"); in TEST() 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
|
| /external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 3415 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); in simplifySetCCWithCTPOP() local 3436 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); in simplifySetCCWithCTPOP() local
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CGExprScalar.cpp | 3086 llvm::Value *NegOne = llvm::ConstantInt::get(Ty, -1ULL); in EmitUndefinedBehaviorIntegerDivAndRemCheck() local
|