Home
last modified time | relevance | path

Searched defs:AllOnes (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/external/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1279 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 DLanaiISelLowering.cpp1325 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 DLanaiISelLowering.cpp1325 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/
DBitfields.h107 static constexpr Unsigned AllOnes = ~Unsigned(0); // 11111111 member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DBitfields.h107 static constexpr Unsigned AllOnes = ~Unsigned(0); // 11111111 member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DBitfields.h107 static constexpr Unsigned AllOnes = ~Unsigned(0); // 11111111 member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DBitfields.h107 static constexpr Unsigned AllOnes = ~Unsigned(0); // 11111111 member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DBitfields.h107 static constexpr Unsigned AllOnes = ~Unsigned(0); // 11111111 member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DDivisionByConstantInfo.cpp82 APInt AllOnes = APInt::getAllOnes(D.getBitWidth()).lshr(LeadingZeros); in get() local
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp757 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 DInstCombineShifts.cpp1014 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitShl() local
1168 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitLShr() local
H A DInstCombineSimplifyDemanded.cpp676 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in SimplifyDemandedUseBits() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1043 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 DInstCombineShifts.cpp1110 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitShl() local
1399 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitLShr() local
H A DInstCombineSimplifyDemanded.cpp866 APInt AllOnes = APInt::getAllOnes(BitWidth); in SimplifyDemandedUseBits() local
H A DInstCombineAddSub.cpp1494 Constant *AllOnes = ConstantInt::getAllOnesValue(RHS->getType()); in visitAdd() local
H A DInstCombineAndOrXor.cpp3325 Value *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitOr() local
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp721 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in SimplifyDemandedUseBits() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1079 Register SPIRVInstructionSelector::buildOnesVal(bool AllOnes, in buildOnesVal()
H A DSPIRVBuiltins.cpp308 uint64_t AllOnes = APInt::getAllOnesValue(Bits).getZExtValue(); in buildSelectInst() local
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4278 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 DARMISelLowering.cpp5536 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 DX86ISelDAGToDAG.cpp967 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 DARMISelLowering.cpp6043 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 DRISCVISelLowering.cpp8313 SelectionDAG &DAG, bool AllOnes, in combineSelectAndUse()
8327 auto isZeroOrAllOnes = [](SDValue N, bool AllOnes) { in combineSelectAndUse()
8363 bool AllOnes, in combineSelectAndUseCommutative()

12