HomeSort by relevance Sort by last modified time
    Searched defs:ElementSize (Results 26 - 44 of 44) sorted by null

12

  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGStmtOpenMP.cpp 349 CharUnits ElementSize = getContext().getTypeSizeInChars(ElementTy);
356 SrcAddr.getAlignment().alignmentOfArrayElement(ElementSize));
363 DestAddr.getAlignment().alignmentOfArrayElement(ElementSize));
484 CharUnits ElementSize = CGF.getContext().getTypeSizeInChars(ElementTy);
494 SrcAddr.getAlignment().alignmentOfArrayElement(ElementSize));
501 DestAddr.getAlignment().alignmentOfArrayElement(ElementSize));
    [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 542 // N = N + Idx * ElementSize;
543 uint64_t ElementSize = DL.getTypeAllocSize(Ty);
550 if (ElementSize != 1) {
551 IdxN = fastEmit_ri_(VT, ISD::MUL, IdxN, IdxNIsKill, ElementSize, VT);
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 396 NDR64_UINT32 ElementSize;
405 NDR64_UINT32 ElementSize;
416 NDR64_UINT32 ElementSize;
450 NDR64_UINT16 ElementSize;
ntddndis.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h     [all...]

Completed in 730 milliseconds

12