/aosp_15_r20/external/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 1279 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { in isZeroOrAllOnes() 1301 static bool isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, in isConditionalZeroOrAllOnes() 1374 bool AllOnes) { in combineSelectAndUse() 1398 bool AllOnes) { in combineSelectAndUseCommutative()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 1325 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { in isZeroOrAllOnes() 1347 static bool isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, in isConditionalZeroOrAllOnes() 1419 bool AllOnes) { in combineSelectAndUse() 1443 bool AllOnes) { in combineSelectAndUseCommutative()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 1325 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { in isZeroOrAllOnes() 1347 static bool isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, in isConditionalZeroOrAllOnes() 1420 bool AllOnes) { in combineSelectAndUse() 1444 bool AllOnes) { in combineSelectAndUseCommutative()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | Bitfields.h | 107 static constexpr Unsigned AllOnes = ~Unsigned(0); // 11111111 member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | Bitfields.h | 107 static constexpr Unsigned AllOnes = ~Unsigned(0); // 11111111 member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | Bitfields.h | 107 static constexpr Unsigned AllOnes = ~Unsigned(0); // 11111111 member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | Bitfields.h | 107 static constexpr Unsigned AllOnes = ~Unsigned(0); // 11111111 member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | Bitfields.h | 107 static constexpr Unsigned AllOnes = ~Unsigned(0); // 11111111 member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | DivisionByConstantInfo.cpp | 82 APInt AllOnes = APInt::getAllOnes(D.getBitWidth()).lshr(LeadingZeros); in get() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorOps.cpp | 757 SDValue AllOnes = DAG.getConstant( in ExpandSELECT() local 968 SDValue AllOnes = DAG.getConstant( in ExpandVSELECT() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 1014 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitShl() local 1168 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitLShr() local
|
H A D | InstCombineSimplifyDemanded.cpp | 676 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in SimplifyDemandedUseBits() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorOps.cpp | 1043 SDValue AllOnes = DAG.getConstant( in ExpandSELECT() local 1287 SDValue AllOnes = DAG.getConstant( in ExpandVSELECT() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 1110 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitShl() local 1399 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitLShr() local
|
H A D | InstCombineSimplifyDemanded.cpp | 866 APInt AllOnes = APInt::getAllOnes(BitWidth); in SimplifyDemandedUseBits() local
|
H A D | InstCombineAddSub.cpp | 1494 Constant *AllOnes = ConstantInt::getAllOnesValue(RHS->getType()); in visitAdd() local
|
H A D | InstCombineAndOrXor.cpp | 3325 Value *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitOr() local
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 721 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in SimplifyDemandedUseBits() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 1079 Register SPIRVInstructionSelector::buildOnesVal(bool AllOnes, in buildOnesVal()
|
H A D | SPIRVBuiltins.cpp | 308 uint64_t AllOnes = APInt::getAllOnesValue(Bits).getZExtValue(); in buildSelectInst() local
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 4278 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createNEONModImm(0xe, 0xff), in LowerFCOPYSIGN() local 8588 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { in isZeroOrAllOnes() 8604 static bool isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, in isConditionalZeroOrAllOnes() 8680 bool AllOnes = false) { in combineSelectAndUse() 8704 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, in combineSelectAndUseCommutative()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 5536 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createVMOVModImm(0xe, 0xff), in LowerFCOPYSIGN() local 7782 SDValue AllOnes = in PromoteMVEPredVector() local 10961 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { in isZeroOrAllOnes() 10977 static bool isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, in isConditionalZeroOrAllOnes() 11053 bool AllOnes = false) { in combineSelectAndUse() 11077 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, in combineSelectAndUseCommutative()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 967 SDValue AllOnes = in PreprocessISelDAG() local 4023 SDValue AllOnes = CurDAG->getAllOnesConstant(DL, OpVT); in tryShiftAmountMod() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 6043 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createVMOVModImm(0xe, 0xff), in LowerFCOPYSIGN() local 8517 SDValue AllOnes = in PromoteMVEPredVector() local 12336 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { in isZeroOrAllOnes() 12352 static bool isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, in isConditionalZeroOrAllOnes() 12427 bool AllOnes = false) { in combineSelectAndUse() 12451 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, in combineSelectAndUseCommutative()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 8313 SelectionDAG &DAG, bool AllOnes, in combineSelectAndUse() 8327 auto isZeroOrAllOnes = [](SDValue N, bool AllOnes) { in combineSelectAndUse() 8363 bool AllOnes, in combineSelectAndUseCommutative()
|