Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DBitfields.h107 static constexpr Unsigned AllOnes = ~Unsigned(0); // 11111111 member
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1005 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitShl() local
1183 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitLShr() local
H A DInstCombineSimplifyDemanded.cpp746 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in SimplifyDemandedUseBits() local
H A DInstCombineAndOrXor.cpp2921 Value *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitOr() local
H A DInstCombineCompares.cpp5666 Constant *AllOnes = Constant::getAllOnesValue(Op0->getType()); in visitICmpInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp962 SDValue AllOnes = DAG.getConstant( in ExpandSELECT() local
1204 SDValue AllOnes = DAG.getConstant( in ExpandVSELECT() local
H A DDAGCombiner.cpp3961 SDValue AllOnes = DAG.getAllOnesConstant(DL, LegalSVT); in visitMUL() local
4229 SDValue AllOnes = DAG.getAllOnesConstant(DL, VT); in visitSDIVLike() local
6998 SDValue AllOnes = DAG.getAllOnesConstant(DL, VT); in MatchRotate() local
H A DTargetLowering.cpp8006 SDValue AllOnes = DAG.getAllOnesConstant(dl, VT); in expandAddSubSat() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5431 SelectionDAG &DAG, bool AllOnes) { in combineSelectCCAndUse()
5437 auto isZeroOrAllOnes = [](SDValue N, bool AllOnes) { in combineSelectCCAndUse()
5468 bool AllOnes) { in combineSelectCCAndUseCommutative()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5763 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createVMOVModImm(0xe, 0xff), in LowerFCOPYSIGN() local
8122 SDValue AllOnes = in PromoteMVEPredVector() local
11761 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { in isZeroOrAllOnes()
11777 static bool isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, in isConditionalZeroOrAllOnes()
11853 bool AllOnes = false) { in combineSelectAndUse()
11877 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, in combineSelectAndUseCommutative()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp897 SDValue AllOnes = in PreprocessISelDAG() local
H A DX86ISelLowering.cpp11916 SDValue Zero, AllOnes; in lowerShuffleAsBitMask() local
11971 SDValue AllOnes = DAG.getAllOnesConstant(DL, EltVT); in lowerShuffleAsBitBlend() local
36101 APInt AllOnes = APInt::getAllOnesValue(MaskEltSizeInBits); in combineX86ShuffleChain() local
44436 SDValue AllOnes = DAG.getAllOnesConstant(dl, VT); in combineAndLoadToBZHI() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2615 Constant *AllOnes = Constant::getAllOnesValue(Op->getType()); in CreateNot() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1665 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V); in getShadow() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2167 AllOnes enumerator