Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h263 bool isEntryPoint(const Function &F);
H A DSPIRVAsmPrinter.cpp510 if (F.isDeclaration() || !isEntryPoint(F)) in outputExecutionMode()
H A DSPIRVCallLowering.cpp472 if (isEntryPoint(F)) { in lowerFormalArguments()
H A DSPIRVUtils.cpp487 bool isEntryPoint(const Function &F) { in isEntryPoint() function