Home
last modified time | relevance | path

Searched refs:emitFunctionBody (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600AsmPrinter.cpp118 emitFunctionBody(); in runOnMachineFunction()
H A DAMDGPUAsmPrinter.cpp700 emitFunctionBody(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h295 void emitFunctionBody(const ValueSet &inputs, const ValueSet &outputs,
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp183 emitFunctionBody(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h417 emitFunctionBody(); in runOnMachineFunction()
430 void emitFunctionBody();
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.cpp413 mlir::LogicalResult CIRGenFunction::emitFunctionBody(const clang::Stmt *body) { in emitFunctionBody() function in clang::CIRGen::CIRGenFunction
482 if (mlir::failed(emitFunctionBody(body))) { in generateCode()
H A DCIRGenFunction.h899 mlir::LogicalResult emitFunctionBody(const clang::Stmt *body);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1520 emitFunctionBody(inputs, outputs, StructValues, newFunction, StructTy, header, in extractCodeRegion()
1592 void CodeExtractor::emitFunctionBody( in emitFunctionBody() function in CodeExtractor
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp96 emitFunctionBody(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp482 emitFunctionBody(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp169 emitFunctionBody(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp263 emitFunctionBody(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1789 void AsmPrinter::emitFunctionBody() { in emitFunctionBody() function in AsmPrinter