/external/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 1279 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { in isZeroOrAllOnes() 1301 static bool isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, in isConditionalZeroOrAllOnes() 1374 bool AllOnes) { in combineSelectAndUse() 1398 bool AllOnes) { in combineSelectAndUseCommutative()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 290 SDValue AllOnes = DAG.getConstant( in ExpandVSELECT() local
|
D | SelectionDAG.cpp | 1696 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in ComputeMaskedBits() local 2054 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in ComputeMaskedBits() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 757 SDValue AllOnes = DAG.getConstant( in ExpandSELECT() local 968 SDValue AllOnes = DAG.getConstant( in ExpandVSELECT() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 731 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in SimplifyDemandedUseBits() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ValueTracking.cpp | 229 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in ComputeMaskedBits() local 526 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in ComputeMaskedBits() local
|
D | ScalarEvolution.cpp | 2740 const SCEV *AllOnes = in getNotSCEV() local 3644 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in createSCEV() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 721 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in SimplifyDemandedUseBits() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 4278 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createNEONModImm(0xe, 0xff), in LowerFCOPYSIGN() local 8588 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { in isZeroOrAllOnes() 8604 static bool isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, in isConditionalZeroOrAllOnes() 8680 bool AllOnes = false) { in combineSelectAndUse() 8704 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, in combineSelectAndUseCommutative()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 1881 Constant *AllOnes; in CreateNot() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 1098 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V); in getShadow() local
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2220 Constant *AllOnes = Constant::getAllOnesValue(Op->getType()); in CreateNot() local
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 3120 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createNEONModImm(0xe, 0xff), in LowerFCOPYSIGN() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 7398 SDValue AllOnes = DAG.getConstant(APInt::getAllOnesValue(NumEltBits), DL, in lowerVectorShuffleAsBitMask() local 7441 SDValue AllOnes = DAG.getConstant(APInt::getAllOnesValue(NumEltBits), DL, in lowerVectorShuffleAsBitBlend() local 30177 SDValue AllOnes = in combineSext() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 3467 const SCEV *AllOnes = in getNotSCEV() local
|