Home
last modified time | relevance | path

Searched refs:computeForAddSub (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp268 Known = KnownBits::computeForAddSub(/*Add*/ false, /*NSW*/ false, Known, in computeKnownBitsImpl()
296 KnownBits::computeForAddSub(/*Add*/ true, /*NSW*/ false, Known, Known2); in computeKnownBitsImpl()
562 KnownBits ShiftKnown = KnownBits::computeForAddSub( in computeKnownBitsImpl()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DKnownBits.cpp54 KnownBits KnownBits::computeForAddSub(bool Add, bool NSW, in computeForAddSub() function in KnownBits
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DKnownBits.h225 static KnownBits computeForAddSub(bool Add, bool NSW, const KnownBits &LHS,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DKnownBits.h329 static KnownBits computeForAddSub(bool Add, bool NSW, const KnownBits &LHS,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DKnownBits.h337 static KnownBits computeForAddSub(bool Add, bool NSW, bool NUW,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DKnownBits.h337 static KnownBits computeForAddSub(bool Add, bool NSW, bool NUW,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DKnownBits.h337 static KnownBits computeForAddSub(bool Add, bool NSW, bool NUW,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DKnownBits.h332 static KnownBits computeForAddSub(bool Add, bool NSW, const KnownBits &LHS,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp536 Known = KnownBits::computeForAddSub(true, NSW, LHSKnown, RHSKnown); in SimplifyDemandedUseBits()
569 Known = KnownBits::computeForAddSub(false, NSW, LHSKnown, RHSKnown); in SimplifyDemandedUseBits()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DKnownBits.cpp57 KnownBits KnownBits::computeForAddSub(bool Add, bool NSW, in computeForAddSub() function in KnownBits
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DValueTracking.cpp411 KnownOut = KnownBits::computeForAddSub(Add, NSW, Known2, KnownOut); in computeKnownBitsAddSub()
1399 Known = KnownBits::computeForAddSub( in computeKnownBitsFromOperator()
1404 Known = KnownBits::computeForAddSub( in computeKnownBitsFromOperator()
1700 Known = KnownBits::computeForAddSub( in computeKnownBitsFromOperator()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp491 Known = KnownBits::computeForAddSub(I->getOpcode() == Instruction::Add, in SimplifyDemandedUseBits()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueTracking.cpp321 KnownOut = KnownBits::computeForAddSub(Add, NSW, LHSKnown, Known2); in computeKnownBitsAddSub()
1641 Known = KnownBits::computeForAddSub( in computeKnownBitsFromOperator()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1810 KnownBits SKnown = KnownBits::computeForAddSub( in checkFlatScratchSVSSwizzleBug()
H A DAMDGPUInstructionSelector.cpp4126 auto SKnown = KnownBits::computeForAddSub( in checkFlatScratchSVSSwizzleBug()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3142 Known = KnownBits::computeForAddSub(/* Add */ false, /* NSW */ false, in computeKnownBits()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3615 Known = KnownBits::computeForAddSub(/* Add */ false, /* NSW */ false, in computeKnownBits()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19945 KnownOp1 = KnownBits::computeForAddSub( in computeKnownBitsForTargetNode()