/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | ExpandLargeFpConvert.cpp | 125 Value *NegOne = Builder.CreateSExt( in expandFPToI() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 163 ConstantInt *NegOne; in generateUnsignedDivisionCode() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 153 ConstantInt *NegOne = ConstantInt::getSigned(DivTy, -1); in generateUnsignedDivisionCode() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 162 ConstantInt *NegOne; in generateUnsignedDivisionCode() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/ |
D | pow_s390x.s | 11 #define NegOne 0xBFF0000000000000 macro
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | ConstantsTest.cpp | 29 Constant* NegOne = ConstantInt::get(Int1, static_cast<uint64_t>(-1), true); in TEST() local
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 1342 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); in buildNot() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 1671 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); in buildNot() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 1786 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); in buildNot() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 1711 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); in buildNot() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 1760 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); in buildNot() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 1760 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); in buildNot() local
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 2318 APInt NegOne = APInt::getAllOnesValue(Width); in SimplifyICmpInst() local 2368 APInt NegOne = APInt::getAllOnesValue(Width); in SimplifyICmpInst() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 255 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 1673 const SCEV *NegOne = SE.getNegativeSCEV(One); in computeSafeIterationSpace() local
|
H A D | Reassociate.cpp | 275 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 1693 const SCEV *NegOne = SE.getNegativeSCEV(One); in computeSafeIterationSpace() local
|
H A D | Reassociate.cpp | 283 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 2080 SDValue NegOne = DAG.getConstant(-1, DL, VT); in LowerSDIVREM() local 2318 const SDValue NegOne = DAG.getConstantFP(-1.0, SL, MVT::f64); in LowerFFLOOR() local
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 2477 Constant *NegOne = Constant::getAllOnesValue(SrcTy); in visitICmpInstWithCastAndCast() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 2244 llvm::Value *NegOne = llvm::ConstantInt::get(Ty, -1ULL); in EmitUndefinedBehaviorIntegerDivAndRemCheck() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 2018 APInt NegOne = APInt::getAllOnes(CarryVT.getScalarSizeInBits()); in LowerSETCCCARRY() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 3190 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); in SimplifySetCC() local 3203 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); in SimplifySetCC() local
|