Searched refs:retAlignment (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 254 unsigned retAlignment) const { in getPrototype() 303 << retAlignment in getPrototype() 570 unsigned retAlignment = 0; in LowerCall() local 626 if (!llvm::getAlign(*(CS->getCalledFunction()), 0, retAlignment)) in LowerCall() 627 retAlignment = getDataLayout()->getABITypeAlignment(retTy); in LowerCall() 630 if (!llvm::getAlign(*CallI, 0, retAlignment)) in LowerCall() 631 retAlignment = getDataLayout()->getABITypeAlignment(retTy); in LowerCall() 634 SDValue DeclareRetOps[] = { Chain, DAG.getConstant(retAlignment, in LowerCall() 654 std::string proto_string = getPrototype(retTy, Args, Outs, retAlignment); in LowerCall()
|
D | NVPTXISelLowering.h | 124 unsigned retAlignment) const;
|
D | NVPTXAsmPrinter.cpp | 363 unsigned retAlignment = 0; in printReturnValStr() local 364 if (!llvm::getAlign(*F, 0, retAlignment)) in printReturnValStr() 365 retAlignment = TD->getABITypeAlignment(Ty); in printReturnValStr() 367 << retAlignment in printReturnValStr()
|