Home
last modified time | relevance | path

Searched defs:DataTy (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/IR/
DIRBuilder.cpp201 Type *DataTy = cast<PointerType>(Ptr->getType())->getElementType(); in CreateMaskedLoad() local
226 Type *DataTy, in CreateMaskedIntrinsic()
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp224 auto *DataTy = StructType::get(Ctx, makeArrayRef(DataTypes)); in getOrCreateRegionCounters() local
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1112 bool X86TTIImpl::isLegalMaskedLoad(Type *DataTy, int Consecutive) { in isLegalMaskedLoad()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp4236 llvm::Type *DataTy = F->getFunctionType()->getParamType(1); in EmitAArch64BuiltinExpr() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1748 Type *DataTy = VectorType::get(ScalarDataTy, VF); in vectorizeMemoryInstruction() local