/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | Bitfields.h | 107 static constexpr Unsigned AllOnes = ~Unsigned(0); // 11111111 member
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | DivisionByConstantInfo.cpp | 82 APInt AllOnes = in get() local
|
H A D | APFloat.cpp | 92 AllOnes, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 1212 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitShl() local 1219 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitShl() local 1581 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitLShr() local 1588 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitLShr() local
|
H A D | InstCombineAddSub.cpp | 1666 Constant *AllOnes = ConstantInt::getAllOnesValue(RHS->getType()); in visitAdd() local
|
H A D | InstCombineAndOrXor.cpp | 3851 Value *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitOr() local
|
H A D | InstCombineCompares.cpp | 7397 Constant *AllOnes = Constant::getAllOnesValue(Op0->getType()); in visitICmpInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 1326 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { in isZeroOrAllOnes() 1348 static bool isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, in isConditionalZeroOrAllOnes() 1420 bool AllOnes) { in combineSelectAndUse() 1444 bool AllOnes) { in combineSelectAndUseCommutative()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 1647 Register SPIRVInstructionSelector::buildOnesVal(bool AllOnes, in buildOnesVal()
|
H A D | SPIRVBuiltins.cpp | 426 uint64_t AllOnes = APInt::getAllOnes(Bits).getZExtValue(); in buildSelectInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 984 SDValue AllOnes = in PreprocessISelDAG() local 4328 SDValue AllOnes = CurDAG->getAllOnesConstant(DL, OpVT); in tryShiftAmountMod() local
|
H A D | X86ISelLowering.cpp | 10489 SDValue Zero, AllOnes; in lowerShuffleAsBitMask() local 10544 SDValue AllOnes = DAG.getAllOnesConstant(DL, EltVT); in lowerShuffleAsBitBlend() local 39067 APInt AllOnes = APInt::getAllOnes(MaskEltSizeInBits); in combineX86ShuffleChain() local 49549 SDValue AllOnes = DAG.getAllOnesConstant(dl, VT); in combineAndLoadToBZHI() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.h | 1606 enum SplatKind { AllZeros, AllOnes }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 6073 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createVMOVModImm(0xe, 0xff), in LowerFCOPYSIGN() local 8594 SDValue AllOnes = in PromoteMVEPredVector() local 12502 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { in isZeroOrAllOnes() 12518 static bool isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, in isConditionalZeroOrAllOnes() 12593 bool AllOnes = false) { in combineSelectAndUse() 12617 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, in combineSelectAndUseCommutative()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 4542 SDValue AllOnes = DAG.getAllOnesConstant(DL, LegalSVT); in visitMUL() local 4824 SDValue AllOnes = DAG.getAllOnesConstant(DL, VT); in visitSDIVLike() local 8494 SDValue AllOnes = DAG.getAllOnesConstant(DL, VT); in MatchRotate() local 22246 SDValue AllOnes = DAG.getAllOnesConstant(DL, MaxEltVT); in visitINSERT_VECTOR_ELT() local
|
H A D | TargetLowering.cpp | 10378 SDValue AllOnes = DAG.getAllOnesConstant(dl, VT); in expandAddSubSat() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 1956 Value *AllOnes = (PropagateShadow && PoisonUndef) ? getPoisonedShadow(V) in getShadow() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 13202 combineSelectAndUse(SDNode * N,SDValue Slct,SDValue OtherOp,SelectionDAG & DAG,bool AllOnes,const RISCVSubtarget & Subtarget) combineSelectAndUse() argument 13231 __anon765c18b71102(SDValue N, bool AllOnes) combineSelectAndUse() argument 13267 combineSelectAndUseCommutative(SDNode * N,SelectionDAG & DAG,bool AllOnes,const RISCVSubtarget & Subtarget) combineSelectAndUseCommutative() argument [all...] |