Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.h182 unsigned getMaxRequiredAlignment() const { return 8; } in getMaxRequiredAlignment() function
H A DNVPTXAsmPrinter.cpp1446 O << "\t.param .align " << STI.getMaxRequiredAlignment() << " .b8 " in emitFunctionParamList()
H A DNVPTXISelLowering.cpp1267 << STI.getMaxRequiredAlignment() << " .b8 _[]"; in getPrototype()
1580 {Chain, ParamSymbol, GetI32(STI.getMaxRequiredAlignment()), in LowerCall()