Home
last modified time | relevance | path

Searched refs:getMaxRequiredAlignment (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.h106 unsigned getMaxRequiredAlignment() const { return 8; } in getMaxRequiredAlignment() function
H A DNVPTXAsmPrinter.cpp1704 O << "\t.param .align " << STI.getMaxRequiredAlignment(); in emitFunctionParamList()
H A DNVPTXISelLowering.cpp1737 Chain, DAG.getConstant(STI.getMaxRequiredAlignment(), dl, MVT::i32), in LowerCall()