| /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-10.0/llvm/lib/Target/Lanai/ |
| 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()
|
| /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-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineShifts.cpp | 1014 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitShl() local 1168 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitLShr() local
|
| D | InstCombineSimplifyDemanded.cpp | 676 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in SimplifyDemandedUseBits() local
|
| D | InstCombineCompares.cpp | 5547 Constant *AllOnes = Constant::getAllOnesValue(Op0->getType()); in visitICmpInst() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeVectorOps.cpp | 1043 SDValue AllOnes = DAG.getConstant( in ExpandSELECT() local 1287 SDValue AllOnes = DAG.getConstant( in ExpandVSELECT() local
|
| D | TargetLowering.cpp | 7140 SDValue AllOnes = DAG.getAllOnesConstant(dl, VT); in expandAddSubSat() local
|
| D | DAGCombiner.cpp | 3850 SDValue AllOnes = DAG.getAllOnesConstant(DL, VT); in visitSDIVLike() local 6342 SDValue AllOnes = DAG.getAllOnesConstant(DL, VT); in MatchRotate() 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-10.0/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 5536 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createVMOVModImm(0xe, 0xff), in LowerFCOPYSIGN() local 7782 SDValue AllOnes = in PromoteMVEPredVector() local 10961 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { in isZeroOrAllOnes() 10977 static bool isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, in isConditionalZeroOrAllOnes() 11053 bool AllOnes = false) { in combineSelectAndUse() 11077 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, in combineSelectAndUseCommutative()
|
| /external/llvm/lib/Transforms/Instrumentation/ |
| D | MemorySanitizer.cpp | 1098 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V); in getShadow() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | MemorySanitizer.cpp | 1590 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V); in getShadow() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Instructions.cpp | 2409 Constant *AllOnes = Constant::getAllOnesValue(Op->getType()); in CreateNot() local
|
| /external/llvm/lib/IR/ |
| D | Instructions.cpp | 2220 Constant *AllOnes = Constant::getAllOnesValue(Op->getType()); in CreateNot() 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
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 11105 SDValue Zero, AllOnes; in lowerShuffleAsBitMask() local 11159 SDValue AllOnes = DAG.getAllOnesConstant(DL, EltVT); in lowerShuffleAsBitBlend() local 33692 APInt AllOnes = APInt::getAllOnesValue(MaskEltSizeInBits); in combineX86ShuffleChain() local 40120 SDValue AllOnes = DAG.getAllOnesConstant(dl, VT); in combineAndLoadToBZHI() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 4006 const SCEV *AllOnes = in getNotSCEV() local
|