OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getShaderType
(Results
1 - 15
of
15
) sorted by null
/external/llvm/lib/Target/AMDGPU/
AMDGPUMachineFunction.cpp
19
ShaderType = AMDGPU::
getShaderType
(*MF.getFunction());
AMDGPUMachineFunction.h
36
unsigned
getShaderType
() const {
SIMachineFunctionInfo.cpp
77
if (
getShaderType
() == ShaderType::COMPUTE)
179
return
getShaderType
() == ShaderType::COMPUTE ? 256 : ST.getWavefrontSize();
AMDGPUSubtarget.cpp
131
return MFI->
getShaderType
() == ShaderType::COMPUTE || EnableVGPRSpilling;
AMDGPUAsmPrinter.cpp
288
switch (MFI->
getShaderType
()) {
297
switch (MFI->
getShaderType
()) {
312
if (MFI->
getShaderType
() == ShaderType::COMPUTE) {
537
unsigned RsrcReg = getRsrcReg(MFI->
getShaderType
());
539
if (MFI->
getShaderType
() == ShaderType::COMPUTE) {
562
if (MFI->
getShaderType
() == ShaderType::PIXEL) {
AMDGPUTargetTransformInfo.cpp
138
unsigned ShaderType = AMDGPU::
getShaderType
(*F);
SILowerControlFlow.cpp
155
if (MBB.getParent()->getInfo<SIMachineFunctionInfo>()->
getShaderType
() !=
308
assert(MFI->
getShaderType
() == ShaderType::PIXEL ||
309
MFI->
getShaderType
() == ShaderType::GEOMETRY);
561
if (NeedWQM && MFI->
getShaderType
() == ShaderType::PIXEL) {
SITypeRewriter.cpp
65
if (AMDGPU::
getShaderType
(F) == ShaderType::COMPUTE)
R600ControlFlowFinalizer.cpp
481
CFStack CFStack(ST, MFI->
getShaderType
());
488
if (MFI->
getShaderType
() == ShaderType::VERTEX) {
SIISelLowering.cpp
584
if (Subtarget->isAmdHsaOS() && Info->
getShaderType
() != ShaderType::COMPUTE) {
600
if (Info->
getShaderType
() == ShaderType::PIXEL && !Arg.Flags.isInReg() &&
616
if (Info->
getShaderType
() != ShaderType::COMPUTE && Arg.VT.isVector()) {
632
} else if (Info->
getShaderType
() != ShaderType::COMPUTE) {
642
if (Info->
getShaderType
() == ShaderType::PIXEL &&
649
if (Info->
getShaderType
() == ShaderType::COMPUTE) {
[
all
...]
R600InstrInfo.cpp
208
return MFI->
getShaderType
() != ShaderType::COMPUTE &&
219
return (MFI->
getShaderType
() == ShaderType::COMPUTE &&
[
all
...]
R600ISelLowering.cpp
[
all
...]
SIInstrInfo.cpp
703
if (MFI->
getShaderType
() == ShaderType::COMPUTE &&
[
all
...]
/external/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h
47
unsigned
getShaderType
(const Function &F);
AMDGPUBaseInfo.cpp
111
unsigned
getShaderType
(const Function &F) {
Completed in 686 milliseconds