Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DBitfields.h107 static constexpr Unsigned AllOnes = ~Unsigned(0); // 11111111 member
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDivisionByConstantInfo.cpp82 APInt AllOnes = APInt::getAllOnes(D.getBitWidth()).lshr(LeadingZeros); in get() local
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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
H A DInstCombineCompares.cpp6247 Constant *AllOnes = Constant::getAllOnesValue(Op0->getType()); in visitICmpInst() local
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp967 SDValue AllOnes = in PreprocessISelDAG() local
4023 SDValue AllOnes = CurDAG->getAllOnesConstant(DL, OpVT); in tryShiftAmountMod() local
H A DX86ISelLowering.cpp12866 SDValue Zero, AllOnes; in lowerShuffleAsBitMask() local
12921 SDValue AllOnes = DAG.getAllOnesConstant(DL, EltVT); in lowerShuffleAsBitBlend() local
39504 APInt AllOnes = APInt::getAllOnes(MaskEltSizeInBits); in combineX86ShuffleChain() local
49059 SDValue AllOnes = DAG.getAllOnesConstant(dl, VT); in combineAndLoadToBZHI() local
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8320 SelectionDAG &DAG, bool AllOnes, in combineSelectAndUse()
8334 auto isZeroOrAllOnes = [](SDValue N, bool AllOnes) { in combineSelectAndUse()
8370 bool AllOnes, in combineSelectAndUseCommutative()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1865 Value *AllOnes = (PropagateShadow && PoisonUndef) ? getPoisonedShadow(V) in getShadow() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp3015 Constant *AllOnes = Constant::getAllOnesValue(Op->getType()); in CreateNot() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2185 AllOnes enumerator
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4213 SDValue AllOnes = DAG.getAllOnesConstant(DL, LegalSVT); in visitMUL() local
4486 SDValue AllOnes = DAG.getAllOnesConstant(DL, VT); in visitSDIVLike() local
7762 SDValue AllOnes = DAG.getAllOnesConstant(DL, VT); in MatchRotate() local
H A DTargetLowering.cpp9584 SDValue AllOnes = DAG.getAllOnesConstant(dl, VT); in expandAddSubSat() local