/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | Bitfields.h | 107 static constexpr Unsigned AllOnes = ~Unsigned(0); // 11111111 member
|
/netbsd-src/external/apache2/llvm/dist/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() 1420 bool AllOnes) { in combineSelectAndUse() 1444 bool AllOnes) { in combineSelectAndUseCommutative()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 1005 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitShl() local 1183 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitLShr() local
|
H A D | InstCombineSimplifyDemanded.cpp | 746 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in SimplifyDemandedUseBits() local
|
H A D | InstCombineAndOrXor.cpp | 2921 Value *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitOr() local
|
H A D | InstCombineCompares.cpp | 5666 Constant *AllOnes = Constant::getAllOnesValue(Op0->getType()); in visitICmpInst() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorOps.cpp | 962 SDValue AllOnes = DAG.getConstant( in ExpandSELECT() local 1204 SDValue AllOnes = DAG.getConstant( in ExpandVSELECT() local
|
H A D | DAGCombiner.cpp | 3961 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 D | TargetLowering.cpp | 8006 SDValue AllOnes = DAG.getAllOnesConstant(dl, VT); in expandAddSubSat() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 5431 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 D | ARMISelLowering.cpp | 5763 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 D | X86ISelDAGToDAG.cpp | 897 SDValue AllOnes = in PreprocessISelDAG() local
|
H A D | X86ISelLowering.cpp | 11916 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 D | Instructions.cpp | 2615 Constant *AllOnes = Constant::getAllOnesValue(Op->getType()); in CreateNot() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 1665 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V); in getShadow() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 2167 AllOnes enumerator
|