/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | Bitfields.h | 107 static constexpr Unsigned AllOnes = ~Unsigned(0); // 11111111 member
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | DivisionByConstantInfo.cpp | 82 APInt AllOnes = APInt::getAllOnes(D.getBitWidth()).lshr(LeadingZeros); in get() local
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/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
|
H A D | InstCombineCompares.cpp | 6247 Constant *AllOnes = Constant::getAllOnesValue(Op0->getType()); in visitICmpInst() local
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/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
|
H A D | X86ISelLowering.cpp | 12866 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 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()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 8320 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 D | MemorySanitizer.cpp | 1865 Value *AllOnes = (PropagateShadow && PoisonUndef) ? getPoisonedShadow(V) in getShadow() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Instructions.cpp | 3015 Constant *AllOnes = Constant::getAllOnesValue(Op->getType()); in CreateNot() local
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 2185 AllOnes enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 4213 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 D | TargetLowering.cpp | 9584 SDValue AllOnes = DAG.getAllOnesConstant(dl, VT); in expandAddSubSat() local
|