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

  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 124 unsigned retAlignment) const;
NVPTXISelLowering.cpp 254 unsigned retAlignment) const {
303 << retAlignment
570 unsigned retAlignment = 0;
626 if (!llvm::getAlign(*(CS->getCalledFunction()), 0, retAlignment))
627 retAlignment = getDataLayout()->getABITypeAlignment(retTy);
630 if (!llvm::getAlign(*CallI, 0, retAlignment))
631 retAlignment = getDataLayout()->getABITypeAlignment(retTy);
634 SDValue DeclareRetOps[] = { Chain, DAG.getConstant(retAlignment,
654 std::string proto_string = getPrototype(retTy, Args, Outs, retAlignment);
    [all...]
NVPTXAsmPrinter.cpp 363 unsigned retAlignment = 0;
364 if (!llvm::getAlign(*F, 0, retAlignment))
365 retAlignment = TD->getABITypeAlignment(Ty);
367 << retAlignment
    [all...]

Completed in 182 milliseconds