Searched defs:AllOnes (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1043 SDValue AllOnes = DAG.getConstant( local
1287 SDValue AllOnes = DAG.getConstant( local
H A DDAGCombiner.cpp3857 SDValue AllOnes = DAG.getAllOnesConstant(DL, VT); local
6349 SDValue AllOnes = DAG.getAllOnesConstant(DL, VT); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1014 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); local
1168 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); local
H A DInstCombineSimplifyDemanded.cpp676 APInt AllOnes = APInt::getAllOnesValue(BitWidth); local
H A DInstCombineCompares.cpp5547 Constant *AllOnes = Constant::getAllOnesValue(Op0->getType()); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1325 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { argument
1347 isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, bool &Invert, SDValue &OtherOp, SelectionDAG &DAG) argument
1418 combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, TargetLowering::DAGCombinerInfo &DCI, bool AllOnes) argument
1443 combineSelectAndUseCommutative(SDNode *N, TargetLowering::DAGCombinerInfo &DCI, bool AllOnes) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h808 AllOnes, ///< All-ones bit vector ("Eliminating Bit Vector Checks for enumerator in enum:llvm::CalleeInfo::TypeTestResolution::Kind
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2409 Constant *AllOnes = Constant::getAllOnesValue(Op->getType()); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5536 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createVMOVModImm(0xe, 0xff), local
7784 SDValue AllOnes = local
10963 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { argument
10979 isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, bool &Invert, SDValue &OtherOp, SelectionDAG &DAG) argument
11079 combineSelectAndUseCommutative(SDNode *N, bool AllOnes, TargetLowering::DAGCombinerInfo &DCI) argument
[all...]

Completed in 404 milliseconds