Home
last modified time | relevance | path

Searched defs:MaskTy (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp191 Type *MaskTy = C->getType(); in DecodeVPERMIL2PMask() local
246 Type *MaskTy = C->getType(); in DecodeVPPERMMask() local
H A DX86InstCombineIntrinsic.cpp2477 auto *MaskTy = FixedVectorType::get( in instCombineIntrinsic() local
2909 auto *MaskTy = cast<FixedVectorType>(Mask->getType()); in instCombineIntrinsic() local
H A DX86TargetTransformInfo.cpp5071 auto *MaskTy = in getMaskedMemoryOpCost() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp80 auto *MaskTy = in replaceWithTLIFunction() local
H A DMachineVerifier.cpp1355 LLT MaskTy = MRI->getType(MI->getOperand(2).getReg()); in verifyPreISelGenericInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp668 LLT MaskTy = getMaskTypeFor(VecTy); in buildAllOnesMask() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp1562 llvm::VectorType *MaskTy = FixedVectorType::get( in getX86MaskVec() local
1598 auto *MaskTy = FixedVectorType::get(Builder.getInt1Ty(), in emitX86ScalarSelect() local
2871 Type *MaskTy = VectorType::get(Type::getInt32Ty(C), EC); in upgradeX86IntrinsicCall() local
H A DInstructions.cpp1753 auto *MaskTy = dyn_cast<VectorType>(Mask->getType()); in isValidOperands() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1052 Type *MaskTy = MaskOp->getType(); in rewriteIntrinsicWithAddressSpace() local
H A DAMDGPUInstructionSelector.cpp2901 LLT MaskTy = MRI->getType(MaskReg); in selectG_PTRMASK() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp421 VectorType *MaskTy = VectorType::get(IntegerType::getInt1Ty(C), EC); in getShuffleCost() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1174 EVT MaskTy = VT.changeVectorElementTypeToInteger(); in ExpandSELECT() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp231 LLT MaskTy = LLT::scalar(PtrTy.getSizeInBits()); in buildMaskLowPtrBits() local
H A DIRTranslator.cpp1097 LLT MaskTy = SwitchOpTy; in emitBitTestHeader() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp2202 auto *MaskTy = VectorType::get(State.Builder.getInt1Ty(), in execute() local
H A DSLPVectorizer.cpp9688 auto *MaskTy = getWidenedType(Builder.getInt1Ty(), VL.size()); in getEntryCost() local
9926 auto *MaskTy = getWidenedType(Builder.getInt1Ty(), VL.size()); in getEntryCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2473 auto *MaskTy = cast<VectorType>(Mask->getType()); in rescale() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp13630 auto *MaskTy = llvm::FixedVectorType::get( in getMaskVecValue() local
13800 auto *MaskTy = llvm::FixedVectorType::get( in EmitX86ScalarSelect() local