Searched refs:isSI (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1008 if (isSI(STI) || isCI(STI) || isVI(STI))
1135 if (isSI(STI) || isCI(STI))
1420 bool isSI(const MCSubtargetInfo &STI) { function in namespace:llvm::AMDGPU
1522 assert(!isSI(STI)); \
H A DAMDGPUBaseInfo.h732 bool isSI(const MCSubtargetInfo &STI);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1334 bool isSI() const { function in class:__anon2230::AMDGPUAsmParser
1335 return AMDGPU::isSI(getSTI());
3623 if (isCI() || isSI())
3869 if (isCI() || isSI())
5236 if (isSI() || isGFX10Plus()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp410 if (AMDGPU::isSI(STI) || AMDGPU::isCI(STI))

Completed in 282 milliseconds