HomeSort by relevance Sort by last modified time
    Searched refs:ParamTy (Results 1 - 24 of 24) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUCallLowering.h 28 unsigned lowerParameterPtr(MachineIRBuilder &MIRBuilder, Type *ParamTy,
31 void lowerParameter(MachineIRBuilder &MIRBuilder, Type *ParamTy,
AMDGPUCallLowering.cpp 45 Type *ParamTy,
53 PointerType *PtrTy = PointerType::get(ParamTy, AMDGPUASI.CONSTANT_ADDRESS);
69 Type *ParamTy, uint64_t Offset,
75 PointerType *PtrTy = PointerType::get(ParamTy, AMDGPUASI.CONSTANT_ADDRESS);
77 unsigned TypeSize = DL.getTypeStoreSize(ParamTy);
78 unsigned PtrReg = lowerParameterPtr(MIRBuilder, ParamTy, Offset);
AMDGPUPromoteAlloca.cpp 611 for (Type *ParamTy : FTy->params()) {
612 PointerType *PtrTy = dyn_cast<PointerType>(ParamTy);
SIISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 769 QualType ParamTy = Param->getType();
770 assert(!ParamTy.isNull() && "Couldn't parse type?");
771 if (ParamTy->containsUnexpandedParameterPack()) return true;
    [all...]
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]
SemaLookup.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 667 QualType ParamTy =
669 if (ParamTy->isPointerType())
671 if (ParamTy->isAnyCharacterType())
673 if (ParamTy->isIntegerType())
675 if (ParamTy->isFloatingType())
    [all...]
DeclCXX.cpp 586 const ReferenceType *ParamTy =
588 if (!ParamTy || ParamTy->getPointeeType().isConstQualified())
    [all...]
ItaniumMangle.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 136 for (Type *ParamTy : FTy->params()) {
137 PointerType *PtrTy = dyn_cast<PointerType>(ParamTy);
SIISelLowering.cpp 755 auto *ParamTy =
758 ParamTy && ParamTy->getAddressSpace() == AMDGPUAS::LOCAL_ADDRESS) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyLowerEmscriptenEHSjLj.cpp 354 for (Type *ParamTy : FTy->params())
355 OS << "_" << *ParamTy;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]

Completed in 1896 milliseconds