Searched refs:GLC (Results 1 – 14 of 14) sorted by relevance
| /freebsd/sys/contrib/ck/include/ |
| H A D | ck_cohort.h | 53 #define CK_COHORT_TRYLOCK(N, C, GLC, LLC, LUC) ck_cohort_##N##_trylock(C, GLC, LLC, LUC) argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIDefines.h | 362 GLC = 1, enumerator 366 SC0 = GLC, 369 ALL_pregfx12 = GLC | SLC | DLC | SCC, 390 TH_ATOMIC_RETURN = GLC, // Returning vs non-returning
|
| H A D | SIInstrFormats.td | 316 int GLC = 0; 368 let Inst{13} = cpol{CPolBit.GLC}; 441 let Inst{14} = cpol{CPolBit.GLC};
|
| H A D | SMInstructions.td | 552 let Inst{16} = !if(ps.has_glc, cpol{CPolBit.GLC}, ?); 683 let cpol{CPolBit.GLC} = ps.glc; 1212 let Inst{16} = !if(ps.has_glc, cpol{CPolBit.GLC}, ?); 1297 let cpol{CPolBit.GLC} = ps.glc; 1398 let Inst{14} = !if(ps.has_glc, cpol{CPolBit.GLC}, 0);
|
| H A D | BUFInstructions.td | 2340 let Inst{14} = !if(ps.has_glc, cpol{CPolBit.GLC}, ps.glc_value); 2354 let Inst{14} = !if(ps.has_glc, cpol{CPolBit.GLC}, ps.glc_value); 2882 let Inst{14} = !if(ps.has_glc, cpol{CPolBit.GLC}, ps.glc_value); 3034 let Inst{14} = !if(ps.has_glc, cpol{CPolBit.GLC}, ps.glc_value); 3148 let Inst{14} = !if(ps.has_glc, cpol{CPolBit.GLC}, ps.glc_value); 3302 let Inst{14} = !if(ps.has_glc, cpol{CPolBit.GLC}, ps.glc_value); 3357 let Inst{14} = !if(ps.has_glc, cpol{CPolBit.GLC}, ps.glc_value);
|
| H A D | SIInstrInfo.td | 1010 return CurDAG->getTargetConstant(cpol | AMDGPU::CPol::GLC, SDLoc(N), MVT::i8); 1218 def CPol_GLC : ValuePredicatedOperand<CPol, "Op.getImm() & CPol::GLC">; 1219 def CPol_NonGLC : ValuePredicatedOperand<CPol, "!(Op.getImm() & CPol::GLC)", 1>; 1220 def CPol_GLC_WithDefault : DefaultOperand<CPol_GLC, !shl(1, CPolBit.GLC)>;
|
| H A D | SIMemoryLegalizer.cpp | 372 return enableNamedBit(MI, AMDGPU::CPol::GLC); in enableGLCBit()
|
| H A D | FLATInstructions.td | 145 let Inst{16} = !if(ps.has_glc, cpol{CPolBit.GLC}, ps.glcValue); 2621 let Inst{14} = !if(ps.has_glc, cpol{CPolBit.GLC}, ps.glcValue);
|
| H A D | AMDGPUInstructionSelector.cpp | 2127 CPol |= AMDGPU::CPol::GLC; // TODO no-return optimization in selectImageIntrinsic() 6757 MIB.addImm(Cpol | AMDGPU::CPol::GLC); in renderExtractCpolSetGLC()
|
| H A D | SIISelLowering.cpp | 8731 CPol |= AMDGPU::CPol::GLC; // TODO no-return optimization in lowerImage()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUInstPrinter.cpp | 166 if (Imm & CPol::GLC) in printCPol()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 5293 if (CPol & ~(AMDGPU::CPol::GLC | AMDGPU::CPol::DLC)) { in validateCoherencyBits() 5317 if (!(TSFlags & SIInstrFlags::MIMG) && !(CPol & CPol::GLC)) { in validateCoherencyBits() 5323 if (CPol & CPol::GLC) { in validateCoherencyBits() 6906 .Case("glc", AMDGPU::CPol::GLC) in getCPolKind()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
| H A D | AMDGPUDisassembler.cpp | 808 AMDGPU::CPol::GLC : 0; in getInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86SchedLunarlakeP.td | 80 let BufferSize = 110; // Reduced from 128 in GLC
|