Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp162 ConstantInt *NegOne; in generateUnsignedDivisionCode() local
/external/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp163 ConstantInt *NegOne; in generateUnsignedDivisionCode() local
/external/llvm/unittests/IR/
DConstantsTest.cpp29 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/
DMachineIRBuilder.h1342 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); in buildNot() local
/external/llvm/lib/Target/AMDGPU/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1673 const SCEV *NegOne = SE.getNegativeSCEV(One); in computeSafeIterationSpace() local
DReassociate.cpp275 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() local
DLoopStrengthReduce.cpp428 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( in DoInitialMatch() local
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp255 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() local
DLoopStrengthReduce.cpp345 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( in DoInitialMatch() local
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2318 APInt NegOne = APInt::getAllOnesValue(Width); in SimplifyICmpInst() local
2368 APInt NegOne = APInt::getAllOnesValue(Width); in SimplifyICmpInst() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2244 llvm::Value *NegOne = llvm::ConstantInt::get(Ty, -1ULL); in EmitUndefinedBehaviorIntegerDivAndRemCheck() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2477 Constant *NegOne = Constant::getAllOnesValue(SrcTy); in visitICmpInstWithCastAndCast() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3190 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); in SimplifySetCC() local
3203 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); in SimplifySetCC() local
DSelectionDAG.cpp1196 SDValue NegOne = in getNOT() local
DDAGCombiner.cpp4013 SDValue NegOne = DAG.getAllOnesConstant(DL, VT); in visitREM() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2419 APInt NegOne = APInt::getAllOnesValue(VT.getSizeInBits()); in visitREM() local
6207 SDValue NegOne = in visitSIGN_EXTEND() local
DSelectionDAG.cpp1077 SDValue NegOne = in getNOT() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7118 Constant *NegOne = in LowerBUILD_VECTOR() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp8632 Constant *NegOne = in LowerBUILD_VECTOR() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp21952 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/
DX86ISelLowering.cpp16038 SDValue NegOne = in LowerSIGN_EXTEND_AVX512() local