Home
last modified time | relevance | path

Searched defs:BitMask (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDBitTracker.h287 struct BitTracker::BitMask { struct
289 BitMask(uint16_t b, uint16_t e) : B(b), E(e) {} in BitMask() function
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-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDBypassSlowDivision.cpp341 uint64_t BitMask = ~BypassType->getBitMask(); in insertOperandRuntimeCheck() local
HDSimplifyCFG.cpp6098 APInt BitMask = APInt::getZero(MinCaseVal->getBitWidth()); in foldSwitchToSelect() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineOperand.cpp607 unsigned BitMask = Flags.second; in printTargetFlags() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDLowerTypeTests.cpp463 Constant *BitMask; member
589 Value *BitMask = B.CreateShl(ConstantInt::get(BitsType, 1), BitIndex); in createMaskedBitTest() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopIdiomRecognize.cpp2421 Value *&BitMask, Value *&BitPos, in detectShiftUntilBitTestIdiom()
2576 Value *X, *BitMask, *BitPos, *XCurr; in recognizeShiftUntilBitTest() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsSEISelLowering.cpp1530 SDValue BitMask = DAG.getConstant(~BitImm, DL, ResTy); in lowerMSABitClearImm() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
HDMipsAsmParser.cpp8820 const MCExpr *BitMask; in ParseDirective() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp12273 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-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp7945 SDValue BitMask = DAG.getConstant(BW - 1, DL, ShVT); in expandVPFunnelShift() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIISelLowering.cpp11843 uint32_t BitMask = BitMaskOp->getZExtValue(); in calculateByteProvider() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBuiltin.cpp16959 unsigned BitMask; in EmitPPCBuiltinExpr() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp7101 uint64_t BitMask = 0xff; in isVMOVModifiedImm() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp18716 uint64_t BitMask = Bits == 64 ? -1ULL : ((1ULL << Bits) - 1); in tryCombineToBSL() local