HomeSort by relevance Sort by last modified time
    Searched refs:isAggregateType (Results 1 - 25 of 34) sorted by null

1 2

  /external/llvm/lib/CodeGen/
Analysis.cpp 417 while (DeeperType->isAggregateType()) {
447 while (Next->isAggregateType() &&
461 while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()) {
478 } while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType());
  /external/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 45 assert(!Val.getType()->isAggregateType() && "Not yet implemented");
  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 224 /// isAggregateType - Return true if the type is an aggregate type. This
229 bool isAggregateType() const {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 132 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); }
142 bool isAggregateType(Id typeId) const { return isArrayType(typeId) || isStructType(typeId); }
SpvBuilder.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.h 132 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); }
142 bool isAggregateType(Id typeId) const { return isArrayType(typeId) || isStructType(typeId); }
SpvBuilder.cpp     [all...]
  /external/llvm/include/llvm/IR/
Type.h 245 bool isAggregateType() const {
  /external/clang/include/clang/AST/
CanonicalType.h 271 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
  /external/llvm/lib/Analysis/
VectorUtils.cpp 160 if (!PtrTy || PtrTy->isAggregateType())
LoopAccessAnalysis.cpp     [all...]
ConstantFolding.cpp 529 if (!SrcTy->isAggregateType())
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 525 if (!T->isAggregateType())
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 594 if (T->isAggregateType()) {
724 if (T->isAggregateType()) {
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 359 if (MF.getFunction()->getReturnType()->isAggregateType()) {
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Verifier.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
NVPTXAsmPrinter.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 617 else if (ElemTy->isAggregateType()) {
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 716 if (Shadow->getType()->isAggregateType()) {
    [all...]

Completed in 740 milliseconds

1 2