HomeSort by relevance Sort by last modified time
    Searched defs:DataTy (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/IR/
IRBuilder.cpp 216 Type *DataTy = PtrTy->getElementType();
217 assert(DataTy->isVectorTy() && "Ptr should point to a vector");
219 PassThru = UndefValue::get(DataTy);
220 Type *OverloadedTypes[] = { DataTy, PtrTy };
235 Type *DataTy = PtrTy->getElementType();
236 assert(DataTy->isVectorTy() && "Ptr should point to a vector");
237 Type *OverloadedTypes[] = { DataTy, PtrTy };
268 Type *DataTy = VectorType::get(PtrTy->getElementType(), NumElts);
274 Value * Ops[] = {Ptrs, getInt32(Align), Mask, UndefValue::get(DataTy)};
278 return CreateMaskedIntrinsic(Intrinsic::masked_gather, Ops, { DataTy }, Name)
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 392 auto *DataTy = StructType::get(Ctx, makeArrayRef(DataTypes));
406 auto *Data = new GlobalVariable(*M, DataTy, false, NamePtr->getLinkage(),
407 ConstantStruct::get(DataTy, DataVals),
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 255 milliseconds