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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitfields.h107 static constexpr Unsigned AllOnes = ~Unsigned(0); // 11111111 member in struct:llvm::bitfields_details::BitPatterns
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp925 SDValue AllOnes = DAG.getConstant( local
1167 SDValue AllOnes = DAG.getConstant( local
H A DDAGCombiner.cpp3951 SDValue AllOnes = DAG.getAllOnesConstant(DL, VT); local
6585 SDValue AllOnes = DAG.getAllOnesConstant(DL, VT); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1007 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); local
1161 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); local
H A DInstCombineSimplifyDemanded.cpp718 APInt AllOnes = APInt::getAllOnesValue(BitWidth); local
H A DInstCombineCompares.cpp5609 Constant *AllOnes = Constant::getAllOnesValue(Op0->getType()); local
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h895 AllOnes, ///< All-ones bit vector ("Eliminating Bit Vector Checks for enumerator in enum:llvm::CalleeInfo::TypeTestResolution::Kind
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2541 Constant *AllOnes = Constant::getAllOnesValue(Op->getType()); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp833 SDValue AllOnes = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5783 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createVMOVModImm(0xe, 0xff), local
8088 SDValue AllOnes = local
11400 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { argument
11416 isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, bool &Invert, SDValue &OtherOp, SelectionDAG &DAG) argument
11516 combineSelectAndUseCommutative(SDNode *N, bool AllOnes, TargetLowering::DAGCombinerInfo &DCI) argument
[all...]

Completed in 431 milliseconds