HomeSort by relevance Sort by last modified time
    Searched defs:isSI (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 151 bool isSI(const MCSubtargetInfo &STI) {
168 assert(!isSI(STI));
172 assert(!isSI(STI));
176 assert(!isSI(STI));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 654 bool isSI(const MCSubtargetInfo &STI) {
730 assert(!isSI(STI)); \
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 548 bool isSI() const {
549 return AMDGPU::isSI(getSTI());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 959 bool isSI() const {
960 return AMDGPU::isSI(getSTI());
    [all...]

Completed in 292 milliseconds