/llvm-project/llvm/include/llvm/ADT/ |
H A D | Bitfields.h | 107 static constexpr Unsigned AllOnes = ~Unsigned(0); // 11111111 member
|
/llvm-project/llvm/lib/Support/ |
H A D | DivisionByConstantInfo.cpp | 82 APInt AllOnes = in get() local
|
H A D | APFloat.cpp | 92 AllOnes, enumerator
|
/llvm-project/clang/test/AST/Interp/ |
H A D | intap.cpp |
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 1212 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 D | InstCombineAddSub.cpp | 1661 Constant *AllOnes = ConstantInt::getAllOnesValue(RHS->getType()); visitAdd() local
|
H A D | InstCombineAndOrXor.cpp | 3798 Value *AllOnes = ConstantInt::getAllOnesValue(Ty); visitOr() local
|
H A D | InstCombineCompares.cpp | 7397 Constant *AllOnes = Constant::getAllOnesValue(Op0->getType()); visitICmpInst() local
|
/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 1327 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 D | PatternMatchTest.cpp | 695 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 D | SelectionDAGPatternMatchTest.cpp | 220 SDValue AllOnes = DAG->getConstant(APInt::getAllOnes(32), DL, Int32VT); TEST_F() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | KnownBitsTest.cpp | 556 KnownBits AllOnes = KnownBits::makeConstant(APInt::getAllOnes(BitWidth)); TEST() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | APIntTest.cpp | 655 APInt AllOnes(129, "0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF", 16); TEST() local 727 APInt AllOnes(129, "0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF", 16); TEST() local [all...] |
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 1647 buildOnesVal(bool AllOnes,const SPIRVType * ResType,MachineInstr & I) const buildOnesVal() argument
|
H A D | SPIRVBuiltins.cpp | 417 uint64_t AllOnes = APInt::getAllOnes(Bits).getZExtValue(); buildSelectInst() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 983 SDValue AllOnes = PreprocessISelDAG() local 4327 SDValue AllOnes = CurDAG->getAllOnesConstant(DL, OpVT); tryShiftAmountMod() local
|
H A D | X86ISelLowering.cpp | 10513 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 D | GlobalISelMatchTable.h | 1606 enum SplatKind { AllZeros, AllOnes }; global() enumerator
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 6088 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 D | DAGCombiner.cpp | 4556 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 D | TargetLowering.cpp | 10310 SDValue AllOnes = DAG.getAllOnesConstant(dl, VT); expandAddSubSat() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 1955 Value *AllOnes = (PropagateShadow && PoisonUndef) ? getPoisonedShadow(V) getShadow() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 13171 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...] |