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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
CallLowering.cpp 84 Type *ElementTy = cast<PointerType>(Arg.Ty)->getElementType();
85 Arg.Flags.setByValSize(DL.getTypeAllocSize(ElementTy));
92 FrameAlign = getTLI()->getByValTypeAlignment(ElementTy, DL);
  /external/llvm/lib/Target/AMDGPU/
SITypeRewriter.cpp 116 Type *ElementTy = Arg->getType()->getVectorElementType();
120 Types.push_back(ElementTy);
  /external/swiftshader/third_party/subzero/crosstest/
test_vector_ops_main.cpp 30 typedef typename VectorOps<T>::ElementTy ElementTy;
36 // since ElementTy isn't necessarily the type that the value is stored
39 Incr[I] = (ElementTy)I;
42 Decr[I] = (ElementTy)-I;
45 Min[I] = std::numeric_limits<ElementTy>::min();
48 Max[I] = std::numeric_limits<ElementTy>::max();
68 typedef typename VectorOps<T>::ElementTy ElementTy;
73 ElementTy TestElements[] = {0, 1, std::numeric_limits<ElementTy>::min()
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp     [all...]
CGStmtOpenMP.cpp 327 QualType ElementTy;
331 auto NumElements = emitArrayLength(ArrayTy, ElementTy, DestAddr);
349 CharUnits ElementSize = getContext().getTypeSizeInChars(ElementTy);
456 QualType ElementTy;
460 auto NumElements = CGF.emitArrayLength(ArrayTy, ElementTy, DestAddr);
484 CharUnits ElementSize = CGF.getContext().getTypeSizeInChars(ElementTy);
508 SrcElementCurrent, ElementTy);
510 CGF.EmitAnyExprToMem(Init, DestElementCurrent, ElementTy.getQualifiers(),
    [all...]
CGDebugInfo.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 635 Type *ElementTy = Ty->getElementType();
636 return getTargetData()->getTypeAllocSize(ElementTy);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
InstructionsTest.cpp 659 Type *ElementTy = Builder.getInt8Ty();
660 Type *ArrTy = ArrayType::get(ArrayType::get(ElementTy, 64), 64);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 371 SVal ArrayToPointer(Loc Array, QualType ElementTy) override;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceInstX86Base.h     [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 1331 milliseconds