Home
last modified time | relevance | path

Searched defs:AllOnes (Results 1 – 23 of 23) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DBitfields.h107 static constexpr Unsigned AllOnes = ~Unsigned(0); // 11111111 member
/llvm-project/llvm/lib/Support/
H A DDivisionByConstantInfo.cpp82 APInt AllOnes = in get() local
H A DAPFloat.cpp92 AllOnes, enumerator
/llvm-project/clang/test/AST/Interp/
H A Dintap.cpp
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1212 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); visitShl() local
1219 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); visitShl() local
1581 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); visitLShr() local
1588 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); visitLShr() local
H A DInstCombineAddSub.cpp1661 Constant *AllOnes = ConstantInt::getAllOnesValue(RHS->getType()); visitAdd() local
H A DInstCombineAndOrXor.cpp3798 Value *AllOnes = ConstantInt::getAllOnesValue(Ty); visitOr() local
H A DInstCombineCompares.cpp7397 Constant *AllOnes = Constant::getAllOnesValue(Op0->getType()); visitICmpInst() local
/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1327 isZeroOrAllOnes(SDValue N,bool AllOnes) isZeroOrAllOnes() argument
1349 isConditionalZeroOrAllOnes(SDNode * N,bool AllOnes,SDValue & CC,bool & Invert,SDValue & OtherOp,SelectionDAG & DAG) isConditionalZeroOrAllOnes() argument
1421 combineSelectAndUse(SDNode * N,SDValue Slct,SDValue OtherOp,TargetLowering::DAGCombinerInfo & DCI,bool AllOnes) combineSelectAndUse() argument
1445 combineSelectAndUseCommutative(SDNode * N,TargetLowering::DAGCombinerInfo & DCI,bool AllOnes) combineSelectAndUseCommutative() argument
[all...]
/llvm-project/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp695 auto AllOnes = B.buildConstant(LLT::scalar(64), -1); TEST_F() local
849 auto AllOnes = B.buildConstant(LLT::scalar(64), -1); TEST_F() local
/llvm-project/llvm/unittests/CodeGen/
H A DSelectionDAGPatternMatchTest.cpp220 SDValue AllOnes = DAG->getConstant(APInt::getAllOnes(32), DL, Int32VT); TEST_F() local
/llvm-project/llvm/unittests/Support/
H A DKnownBitsTest.cpp556 KnownBits AllOnes = KnownBits::makeConstant(APInt::getAllOnes(BitWidth)); TEST() local
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp655 APInt AllOnes(129, "0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF", 16); TEST() local
727 APInt AllOnes(129, "0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF", 16); TEST() local
[all...]
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1647 buildOnesVal(bool AllOnes,const SPIRVType * ResType,MachineInstr & I) const buildOnesVal() argument
H A DSPIRVBuiltins.cpp417 uint64_t AllOnes = APInt::getAllOnes(Bits).getZExtValue(); buildSelectInst() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp983 SDValue AllOnes = PreprocessISelDAG() local
4327 SDValue AllOnes = CurDAG->getAllOnesConstant(DL, OpVT); tryShiftAmountMod() local
H A DX86ISelLowering.cpp10513 SDValue Zero, AllOnes; lowerShuffleAsBitMask() local
10568 SDValue AllOnes = DAG.getAllOnesConstant(DL, EltVT); lowerShuffleAsBitBlend() local
39047 APInt AllOnes = APInt::getAllOnes(MaskEltSizeInBits); combineX86ShuffleChain() local
49411 SDValue AllOnes = DAG.getAllOnesConstant(dl, VT); combineAndLoadToBZHI() local
[all...]
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h1606 enum SplatKind { AllZeros, AllOnes }; global() enumerator
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6088 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createVMOVModImm(0xe, 0xff), LowerFCOPYSIGN() local
8609 SDValue AllOnes = PromoteMVEPredVector() local
12517 isZeroOrAllOnes(SDValue N,bool AllOnes) isZeroOrAllOnes() argument
12533 isConditionalZeroOrAllOnes(SDNode * N,bool AllOnes,SDValue & CC,bool & Invert,SDValue & OtherOp,SelectionDAG & DAG) isConditionalZeroOrAllOnes() argument
12608 combineSelectAndUse(SDNode * N,SDValue Slct,SDValue OtherOp,TargetLowering::DAGCombinerInfo & DCI,bool AllOnes=false) combineSelectAndUse() argument
12632 combineSelectAndUseCommutative(SDNode * N,bool AllOnes,TargetLowering::DAGCombinerInfo & DCI) combineSelectAndUseCommutative() argument
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4556 SDValue AllOnes = DAG.getAllOnesConstant(DL, LegalSVT); visitMUL() local
4838 SDValue AllOnes = DAG.getAllOnesConstant(DL, VT); visitSDIVLike() local
8508 SDValue AllOnes = DAG.getAllOnesConstant(DL, VT); MatchRotate() local
22187 SDValue AllOnes = DAG.getAllOnesConstant(DL, MaxEltVT); visitINSERT_VECTOR_ELT() local
[all...]
H A DTargetLowering.cpp10310 SDValue AllOnes = DAG.getAllOnesConstant(dl, VT); expandAddSubSat() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1955 Value *AllOnes = (PropagateShadow && PoisonUndef) ? getPoisonedShadow(V) getShadow() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13171 combineSelectAndUse(SDNode * N,SDValue Slct,SDValue OtherOp,SelectionDAG & DAG,bool AllOnes,const RISCVSubtarget & Subtarget) combineSelectAndUse() argument
13200 __anon17a3f42a1202(SDValue N, bool AllOnes) combineSelectAndUse() argument
13236 combineSelectAndUseCommutative(SDNode * N,SelectionDAG & DAG,bool AllOnes,const RISCVSubtarget & Subtarget) combineSelectAndUseCommutative() argument
[all...]