Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DAMDGPUEmitPrintf.h22 bool isBuffered);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp210 bool isBuffered = (CGM.getTarget().getTargetOpts().AMDGPUPrintfKindVal == in EmitAMDGPUDevicePrintfCallExpr() local
212 auto Printf = llvm::emitAMDGPUPrintfCall(IRB, Args, isBuffered); in EmitAMDGPUDevicePrintfCallExpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h221 bool isBuffered() const { return BufferSize > 0; } in isBuffered() function
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp88 if (!isBuffered() || AvailableSlots) in isBufferAvailable()