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

  /external/llvm/lib/Target/AMDGPU/
SITypeRewriter.cpp 113 Type *ElementTy = Arg->getType()->getVectorElementType();
117 Types.push_back(ElementTy);
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 61 const clang::BuiltinType *ElementTy;
67 ElementTy = clang::dyn_cast_or_null<clang::BuiltinType>(
70 ElementTy = clang::dyn_cast_or_null<clang::BuiltinType>(
74 if (!ElementTy) {
92 switch (ElementTy->getKind()) {
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp     [all...]
CGStmtOpenMP.cpp 202 QualType ElementTy;
206 auto NumElements = emitArrayLength(ArrayTy, ElementTy, DestAddr);
224 CharUnits ElementSize = getContext().getTypeSizeInChars(ElementTy);
266 QualType ElementTy;
270 auto NumElements = CGF.emitArrayLength(ArrayTy, ElementTy, DestAddr);
288 CharUnits ElementSize = CGF.getContext().getTypeSizeInChars(ElementTy);
300 CGF.EmitAnyExprToMem(Init, DestElementCurrent, ElementTy.getQualifiers(),
    [all...]
CGDebugInfo.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 369 SVal ArrayToPointer(Loc Array, QualType ElementTy) override;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 179 milliseconds