Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1034 FinalType = Arg.IndirectType; in lowerCallTo()
1077 unsigned FrameSize = DL.getTypeAllocSize(Arg.IndirectType); in lowerCallTo()
1082 MemAlign = TLI.getByValTypeAlignment(Arg.IndirectType, DL); in lowerCallTo()
H A DTargetLowering.cpp135 IndirectType = nullptr; in setAttributes()
139 IndirectType = Call->getParamByValType(ArgIdx); in setAttributes()
144 IndirectType = Call->getParamPreallocatedType(ArgIdx); in setAttributes()
146 IndirectType = Call->getParamInAllocaType(ArgIdx); in setAttributes()
148 IndirectType = Call->getParamStructRetType(ArgIdx); in setAttributes()
H A DSelectionDAGBuilder.cpp11026 CLI.getArgs()[0].IndirectType = CLI.RetTy; in LowerCallTo()
11092 FinalType = Args[i].IndirectType; in LowerCallTo()
11167 unsigned FrameSize = DL.getTypeAllocSize(Args[i].IndirectType); in LowerCallTo()
11174 MemAlign = getByValTypeAlignment(Args[i].IndirectType, DL); in LowerCallTo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp947 DAG.getDataLayout().getTypeAllocSize(CLI.getArgs()[0].IndirectType); in LowerCall_32()
2327 Entry.IndirectType = RetTy; in LowerF128Op()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1233 Type *ETy = Args[I].IndirectType; in getPrototype()
1549 assert((!IsByVal || Arg.IndirectType) && in LowerCall()
1551 Type *ETy = (IsByVal ? Arg.IndirectType : Arg.Ty); in LowerCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h321 Type *IndirectType = nullptr; variable