Home
last modified time | relevance | path

Searched defs:NegOne (Results 1 – 25 of 41) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp125 Value *NegOne = Builder.CreateSExt( in expandFPToI() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp163 ConstantInt *NegOne; in generateUnsignedDivisionCode() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp153 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 DIntegerDivision.cpp162 ConstantInt *NegOne; in generateUnsignedDivisionCode() local
/aosp_15_r20/prebuilts/go/linux-x86/src/math/
Dpow_s390x.s11 #define NegOne 0xBFF0000000000000 macro
/aosp_15_r20/external/llvm/unittests/IR/
H A DConstantsTest.cpp29 Constant* NegOne = ConstantInt::get(Int1, static_cast<uint64_t>(-1), true); in TEST() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1536 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 DMachineIRBuilder.h1342 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 DAMDGPUISelLowering.cpp1972 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 DMachineIRBuilder.h1671 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); in buildNot() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h1786 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); in buildNot() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h1711 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); in buildNot() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h1760 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); in buildNot() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h1760 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); in buildNot() local
/aosp_15_r20/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2318 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 DReassociate.cpp255 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1673 const SCEV *NegOne = SE.getNegativeSCEV(One); in computeSafeIterationSpace() local
H A DReassociate.cpp275 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1693 const SCEV *NegOne = SE.getNegativeSCEV(One); in computeSafeIterationSpace() local
H A DReassociate.cpp283 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2080 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 DInstCombineCompares.cpp2477 Constant *NegOne = Constant::getAllOnesValue(SrcTy); in visitICmpInstWithCastAndCast() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp2244 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 DM68kISelLowering.cpp2018 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 DTargetLowering.cpp3190 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); in SimplifySetCC() local
3203 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); in SimplifySetCC() local

12