Home
last modified time | relevance | path

Searched refs:IndirectType (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1036 FinalType = Arg.IndirectType; in lowerCallTo()
1079 Type *ElementTy = Arg.IndirectType; in lowerCallTo()
H A DTargetLowering.cpp128 IndirectType = nullptr; in setAttributes()
130 IndirectType = Call->getParamByValType(ArgIdx); in setAttributes()
131 assert(IndirectType && "no byval type?"); in setAttributes()
136 IndirectType = Call->getParamInAllocaType(ArgIdx); in setAttributes()
137 assert(IndirectType && "no inalloca type?"); in setAttributes()
140 IndirectType = Call->getParamPreallocatedType(ArgIdx); in setAttributes()
141 assert(IndirectType && "no preallocated type?"); in setAttributes()
H A DSelectionDAGBuilder.cpp9482 FinalType = Args[i].IndirectType; in LowerCallTo()
9555 Type *ElementTy = Args[i].IndirectType; in LowerCallTo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h294 Type *IndirectType = nullptr; variable