Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp162 ConstantInt *NegOne; in generateUnsignedDivisionCode() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h1342 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); in buildNot() local
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp8632 Constant *NegOne = in LowerBUILD_VECTOR() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp21949 APInt NegOne = APInt::getAllOnesValue(CarryVT.getScalarSizeInBits()); in LowerSETCCCARRY() local
22404 SDValue NegOne = DAG.getConstant(-1, dl, WideVT); in LowerSIGN_EXTEND_Mask() local
28123 APInt NegOne = APInt::getAllOnesValue(CarryVT.getScalarSizeInBits()); in LowerADDSUBCARRY() local