Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitfields.h107 static constexpr Unsigned AllOnes = ~Unsigned(0); // 11111111 member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDivisionByConstantInfo.cpp82 APInt AllOnes = in get() local
H A DAPFloat.cpp92 AllOnes, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1212 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 DInstCombineAddSub.cpp1666 Constant *AllOnes = ConstantInt::getAllOnesValue(RHS->getType()); in visitAdd() local
H A DInstCombineAndOrXor.cpp3851 Value *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitOr() local
H A DInstCombineCompares.cpp7397 Constant *AllOnes = Constant::getAllOnesValue(Op0->getType()); in visitICmpInst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1326 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 DSPIRVInstructionSelector.cpp1647 Register SPIRVInstructionSelector::buildOnesVal(bool AllOnes, in buildOnesVal()
H A DSPIRVBuiltins.cpp426 uint64_t AllOnes = APInt::getAllOnes(Bits).getZExtValue(); in buildSelectInst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp984 SDValue AllOnes = in PreprocessISelDAG() local
4328 SDValue AllOnes = CurDAG->getAllOnesConstant(DL, OpVT); in tryShiftAmountMod() local
H A DX86ISelLowering.cpp10489 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 DGlobalISelMatchTable.h1606 enum SplatKind { AllZeros, AllOnes }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6073 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 DDAGCombiner.cpp4542 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 DTargetLowering.cpp10378 SDValue AllOnes = DAG.getAllOnesConstant(dl, VT); in expandAddSubSat() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1956 Value *AllOnes = (PropagateShadow && PoisonUndef) ? getPoisonedShadow(V) in getShadow() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13202 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...]