Searched defs:Mask (Results 176 - 200 of 216) sorted by relevance

123456789

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1980 const APInt *Mask; local
3844 APInt Mask; local
4419 SimplifyShuffleVectorInst(Value *Op0, Value *Op1, Constant *Mask, Type *RetTy, const SimplifyQuery &Q, unsigned MaxRecurse) argument
4520 SimplifyShuffleVectorInst(Value *Op0, Value *Op1, Constant *Mask, Type *RetTy, const SimplifyQuery &Q) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp894 APInt Mask = APInt::getLowBitsSet(64, Length).shl(Index); local
1306 Value *Mask = II.getOperand(1); local
1342 Value *Mask = II.getOperand(1); local
2500 uint64_t Mask = MaskC->getZExtValue(); local
2529 uint64_t Mask = MaskC->getZExtValue(); local
2798 Value *Mask = II->getArgOperand(3); local
3141 Value *Mask = II->getArgOperand(2); local
3540 uint32_t Mask = CMask->getZExtValue(); local
[all...]
H A DInstructionCombining.cpp1447 Constant *Mask; local
[all...]
H A DInstCombineCompares.cpp2101 Constant *Mask = ConstantInt::get( local
2113 Constant *Mask = ConstantInt::get( local
2248 Constant *Mask = ConstantInt::get(ShrTy, Val); local
2795 Constant *Mask; local
3144 APInt Mask = APInt::getLowBitsSet(BitWidth, C.getLimitedValue() + 1); local
3153 APInt Mask = APInt::getLowBitsSet(BitWidth, C.getLimitedValue()); local
4001 Constant *Mask = ConstantInt::get( local
4292 Value *Mask = Builder.CreateAnd(A, Builder.getInt(MaskV)); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3019 unsigned Mask = MRI->getEncodingValue(Inst.getOperand(1).getReg()); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2952 ObjCEncOptions Mask = ObjCEncOptions() local
H A DType.h230 static Qualifiers fromFastMask(unsigned Mask) { argument
578 uint32_t Mask = 0; member in class:clang::Qualifiers
862 removeLocalFastQualifiers(unsigned Mask) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1682 int64_t Mask = cast<ConstantSDNode>(N->getOperand(1))->getSExtValue(); local
1631 foldMaskAndShiftToExtract(SelectionDAG &DAG, SDValue N, uint64_t Mask, SDValue Shift, SDValue X, X86ISelAddressMode &AM) argument
1767 foldMaskAndShiftToScale(SelectionDAG &DAG, SDValue N, uint64_t Mask, SDValue Shift, SDValue X, X86ISelAddressMode &AM) argument
1854 foldMaskedShiftToBEXTR(SelectionDAG &DAG, SDValue N, uint64_t Mask, SDValue Shift, SDValue X, X86ISelAddressMode &AM, const X86Subtarget &Subtarget) argument
2026 uint64_t Mask = And.getConstantOperandVal(1) >> N.getConstantOperandVal(1); local
2176 uint64_t Mask = N.getConstantOperandVal(1); local
3403 SDValue Mask = Node->getOperand(1); local
5076 uint64_t Mask = C->getZExtValue(); local
[all...]
H A DX86InstrInfo.cpp1578 unsigned Mask, Opc; variable
1603 int8_t Mask; variable
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2344 const uint32_t *Mask = TRI->getCallPreservedMask(MF, CallConv); local
2846 emitMaskedAtomicRMWIntrinsic( IRBuilder< &Builder, AtomicRMWInst *AI, Value *AlignedAddr, Value *Incr, Value *Mask, Value *ShiftAmt, AtomicOrdering Ord) const argument
2898 emitMaskedAtomicCmpXchgIntrinsic( IRBuilder< &Builder, AtomicCmpXchgInst *CI, Value *AlignedAddr, Value *CmpVal, Value *NewVal, Value *Mask, AtomicOrdering Ord) const argument
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactbl2.h310 UINT8 Mask; member in struct:acpi_asf_alert_data
1812 UINT32 Mask; /* Bitmask required for this register instruction */ member in struct:acpi_wdat_entry
/freebsd-11-stable/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi40.h1036 UINT64 Mask; member in struct:__anon5712
1115 UINT64 Mask; member in struct:__anon5714
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1730 emitMaskedAtomicRMWIntrinsic(IRBuilder< &Builder, AtomicRMWInst *AI, Value *AlignedAddr, Value *Incr, Value *Mask, Value *ShiftAmt, AtomicOrdering Ord) const argument
1741 emitMaskedAtomicCmpXchgIntrinsic( IRBuilder< &Builder, AtomicCmpXchgInst *CI, Value *AlignedAddr, Value *CmpVal, Value *NewVal, Value *Mask, AtomicOrdering Ord) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2216 const SDValue Mask = DAG.getConstant(INT64_C(0x000fffffffffffff), SL, local
4197 unsigned Mask = Arg.getMask(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2422 llvm::ConstantInt *Mask = variable
H A DCGExpr.cpp1732 llvm::Constant *Mask[] = {Builder.getInt32(0), Builder.getInt32(1), local
1873 SmallVector<llvm::Constant*, 4> Mask; local
2134 SmallVector<llvm::Constant*, 4> Mask; local
3275 SanitizerMask Mask = CheckKindMaskPair.second; local
[all...]
H A DCGExprScalar.cpp968 SanitizerMask Mask; local
1609 Value *Mask; local
1859 llvm::Constant *Mask = llvm::ConstantVector::get(Args); local
1912 llvm::Constant *Mask = llvm::ConstantVector::get(Args); local
1928 llvm::Constant *Mask = llvm::ConstantVector::get(Args); local
4440 llvm::Constant *Mask = llvm::ConstantVector::get(Args); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1542 SDValue Mask = MLD->getMask(); local
1609 SDValue Mask = MGT->getMask(); local
2026 SDValue Mask = N->getOperand(0); local
2245 SDValue Mask = MGT->getMask(); local
2313 SDValue Mask = N->getMask(); local
2372 SDValue Mask = N->getMask(); local
3718 SDValue Mask = N->getMask(); local
3743 SDValue Mask = N->getMask(); local
3846 SDValue Mask; local
3963 SDValue Mask; local
4517 SDValue Mask = MST->getMask(); local
4557 SDValue Mask = MG->getMask(); local
4576 SDValue Mask = MSC->getMask(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4161 Value *Vec1, *Vec2, *Mask; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4616 Value *Mask = Call.getArgOperand(2); local
4638 Value *Mask = Call.getArgOperand(3); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp709 unsigned Mask = 0; local
1623 const uint32_t *Mask = TRI->getCallPreservedMask(MF, CallConv); local
2031 uint64_t Mask = (1 << NumBits) - 1; local
2285 getTestUnderMaskCond(unsigned BitSize, unsigned CCMask, uint64_t Mask, uint64_t CmpVal, unsigned ICmpType) argument
2388 ConstantSDNode *Mask = nullptr; local
3578 uint64_t Mask = cast<ConstantSDNode>(HighOp.getOperand(1))->getZExtValue(); local
6460 unsigned Mask = cast<ConstantSDNode>(Op.getOperand(3))->getZExtValue(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2848 unsigned Mask; member in struct:Qual
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp587 bool PPCDAGToDAGISel::isRotateAndMask(SDNode *N, unsigned Mask, argument
1272 uint64_t Mask = V.getConstantOperandVal(1); local
1711 uint64_t Mask = 0; local
1758 unsigned Mask = 0; local
1902 unsigned Mask = (unsigned) getZerosMask(); local
2081 uint64_t Mask = 0; local
2324 uint64_t Mask = getZerosMask(); local
5320 uint64_t Mask = 0, Alt = 0; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1509 instrumentMaskedLoadOrStore(AddressSanitizer *Pass, const DataLayout &DL, Type *IntptrTy, Value *Mask, Instruction *I, Value *Addr, unsigned Alignment, unsigned Granularity, uint32_t TypeSize, bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp549 APInt Mask = ~*RHSC; local
572 APInt Mask = *RHSC; local

Completed in 1053 milliseconds

123456789