HomeSort by relevance Sort by last modified time
    Searched defs:NumElements (Results 101 - 124 of 124) sorted by null

1 2 3 45

  /external/clang/lib/CodeGen/
CGClass.cpp 631 uint64_t NumElements = Array->getSize().getZExtValue();
634 llvm::ConstantInt::get(Counter->getType(), NumElements);
    [all...]
CGExprScalar.cpp 821 unsigned NumElements = DstTy->getVectorNumElements();
822 return Builder.CreateVectorSplat(NumElements, Src, "splat");
    [all...]
CodeGenModule.cpp     [all...]
CGExpr.cpp     [all...]
CGOpenMPRuntime.cpp 729 KmpCriticalNameTy = llvm::ArrayType::get(CGM.Int32Ty, /*NumElements*/ 8);
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaInit.cpp 686 unsigned NumElements = NumInits;
690 NumElements = CAType->getSize().getZExtValue();
695 NumElements = VType->getNumElements();
701 for (unsigned Init = 0; Init != NumElements; ++Init) {
    [all...]
SemaDeclAttr.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTReader.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 185 unsigned NumElements;
940 template <unsigned NumRegs, unsigned NumElements, char ElementKind>
948 return VectorList.NumElements == NumElements;
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 503 unsigned NumElements = ValueVT.getVectorNumElements();
515 DAG.getIntPtrConstant(i * (NumElements / NumIntermediates)));
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11.h 632 UINT NumElements;
642 UINT NumElements;
648 UINT NumElements;
653 UINT NumElements;
    [all...]
ntddndis.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h     [all...]

Completed in 1599 milliseconds

1 2 3 45