Home
last modified time | relevance | path

Searched refs:shouldEmitPTXNoReturn (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.h82 bool shouldEmitPTXNoReturn(const Value *V, const TargetMachine &TM);
H A DNVPTXUtilities.cpp392 bool shouldEmitPTXNoReturn(const Value *V, const TargetMachine &TM) { in shouldEmitPTXNoReturn() function
H A DNVPTXAsmPrinter.cpp484 if (shouldEmitPTXNoReturn(F, TM)) in emitFunctionEntryLabel()
638 if (shouldEmitPTXNoReturn(F, TM)) in emitDeclarationWithName()
H A DNVPTXISelLowering.cpp1493 if (shouldEmitPTXNoReturn(&CB, *nvTM)) in getPrototype()