Home
last modified time | relevance | path

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

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