/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | GISelKnownBits.cpp | 268 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 D | KnownBits.cpp | 54 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 D | KnownBits.h | 225 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 D | KnownBits.h | 329 static KnownBits computeForAddSub(bool Add, bool NSW, const KnownBits &LHS,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | KnownBits.h | 337 static KnownBits computeForAddSub(bool Add, bool NSW, bool NUW,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | KnownBits.h | 337 static KnownBits computeForAddSub(bool Add, bool NSW, bool NUW,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | KnownBits.h | 337 static KnownBits computeForAddSub(bool Add, bool NSW, bool NUW,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | KnownBits.h | 332 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 D | InstCombineSimplifyDemanded.cpp | 536 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 D | KnownBits.cpp | 57 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 D | ValueTracking.cpp | 411 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 D | InstCombineSimplifyDemanded.cpp | 491 Known = KnownBits::computeForAddSub(I->getOpcode() == Instruction::Add, in SimplifyDemandedUseBits()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 321 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 D | AMDGPUISelDAGToDAG.cpp | 1810 KnownBits SKnown = KnownBits::computeForAddSub( in checkFlatScratchSVSSwizzleBug()
|
H A D | AMDGPUInstructionSelector.cpp | 4126 auto SKnown = KnownBits::computeForAddSub( in checkFlatScratchSVSSwizzleBug()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 3142 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 D | SelectionDAG.cpp | 3615 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 D | ARMISelLowering.cpp | 19945 KnownOp1 = KnownBits::computeForAddSub( in computeKnownBitsForTargetNode()
|