Searched refs:getArgumentAlignment (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.h | 575 unsigned getArgumentAlignment(SDValue Callee, ImmutableCallSite CS, Type *Ty,
|
D | NVPTXISelLowering.cpp | 1351 unsigned NVPTXTargetLowering::getArgumentAlignment(SDValue Callee, in getArgumentAlignment() function in NVPTXTargetLowering 1449 getArgumentAlignment(Callee, CS, Ty, paramCount + 1, DL); in LowerCall() 1640 retAlignment = getArgumentAlignment(Callee, CS, RetTy, 0, DL); in LowerCall() 1731 unsigned RetAlign = getArgumentAlignment(Callee, CS, RetTy, 0, DL); in LowerCall()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.h | 541 unsigned getArgumentAlignment(SDValue Callee, const ImmutableCallSite *CS,
|
D | NVPTXISelLowering.cpp | 1006 NVPTXTargetLowering::getArgumentAlignment(SDValue Callee, in getArgumentAlignment() function in NVPTXTargetLowering 1107 unsigned align = getArgumentAlignment(Callee, CS, Ty, paramCount + 1); in LowerCall() 1147 unsigned align = getArgumentAlignment(Callee, CS, Ty, paramCount + 1); in LowerCall() 1404 retAlignment = getArgumentAlignment(Callee, CS, retTy, 0); in LowerCall() 1613 unsigned RetAlign = getArgumentAlignment(Callee, CS, retTy, 0); in LowerCall()
|