HomeSort by relevance Sort by last modified time
    Searched refs:isVI (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h 58 bool isVI(const MCSubtargetInfo &STI);
AMDGPUBaseInfo.cpp 159 bool isVI(const MCSubtargetInfo &STI) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Disassembler/
AMDGPUDisassembler.h 126 bool isVI() const;
AMDGPUDisassembler.cpp 873 bool AMDGPUDisassembler::isVI() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h 357 bool isVI(const MCSubtargetInfo &STI);
AMDGPUBaseInfo.cpp 662 bool isVI(const MCSubtargetInfo &STI) {
  /external/llvm/lib/Target/AMDGPU/Disassembler/
AMDGPUDisassembler.cpp 118 assert(AMDGPU::isVI(STI) && "Can disassemble only VI ISA.");
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 556 bool isVI() const {
557 return AMDGPU::isVI(getSTI());
561 return !isVI();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 967 bool isVI() const {
968 return AMDGPU::isVI(getSTI());
984 return !isVI();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/InstPrinter/
AMDGPUInstPrinter.cpp     [all...]

Completed in 258 milliseconds