/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.h | 287 struct BitTracker::BitMask { struct 289 BitMask(uint16_t b, uint16_t e) : B(b), E(e) {} in BitMask() argument 291 uint16_t first() const { return B; } in first() 292 uint16_t last() const { return E; } in last() 317 RegisterCell &insert(const RegisterCell &RC, const BitMask &M); argument
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BypassSlowDivision.cpp | 341 uint64_t BitMask = ~BypassType->getBitMask(); in insertOperandRuntimeCheck() local
|
H A D | SimplifyCFG.cpp | 6098 APInt BitMask = APInt::getZero(MinCaseVal->getBitWidth()); in foldSwitchToSelect() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineOperand.cpp | 607 unsigned BitMask = Flags.second; in printTargetFlags() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 2421 Value *&BitMask, Value *&BitPos, in detectShiftUntilBitTestIdiom() 2576 Value *X, *BitMask, *BitPos, *XCurr; in recognizeShiftUntilBitTest() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 463 Constant *BitMask; member 589 Value *BitMask = B.CreateShl(ConstantInt::get(BitsType, 1), BitIndex); in createMaskedBitTest() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 1530 SDValue BitMask = DAG.getConstant(~BitImm, DL, ResTy); in lowerMSABitClearImm() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 8820 const MCExpr *BitMask; in ParseDirective() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 12273 SDValue BitMask = getConstVector(Bits, VT, DAG, DL); in lowerShuffleAsElementInsertion() local 29372 SDValue BitMask = DAG.getConstant(-1, dl, ExtVT); in LowerShiftByScalarVariable() local 39080 SDValue BitMask = getConstVector(EltBits, UndefElts, MaskVT, DAG, DL); in combineX86ShuffleChain() local 45438 SDValue BitMask = DAG.getBuildVector(VT, DL, Bits); in combineToExtendBoolVectorInReg() local 46566 APInt BitMask = APInt::getSignMask(SrcVT.getScalarSizeInBits()); in checkSignTestSetCCCombine() local 50075 SDValue BitMask = N1; in combineAnd() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 7945 SDValue BitMask = DAG.getConstant(BW - 1, DL, ShVT); in expandVPFunnelShift() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 11843 uint32_t BitMask = BitMaskOp->getZExtValue(); in calculateByteProvider() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 16959 unsigned BitMask; in EmitPPCBuiltinExpr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 7101 uint64_t BitMask = 0xff; in isVMOVModifiedImm() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 18713 uint64_t BitMask = Bits == 64 ? -1ULL : ((1ULL << Bits) - 1); in tryCombineToBSL() local
|