HomeSort by: relevance | last modified time | path
    Searched refs:isSISrcOperand (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
SIMCCodeEmitter.cpp 348 if (!AMDGPU::isSISrcOperand(Desc, i))
536 if (AMDGPU::isSISrcOperand(Desc, OpNo)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h 760 bool isSISrcOperand(const MCInstrDesc &Desc, unsigned OpNo);
AMDGPUBaseInfo.cpp 1548 bool isSISrcOperand(const MCInstrDesc &Desc, unsigned OpNo) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 1957 if (AMDGPU::isSISrcOperand(AsmParser->getMII()->get(Inst.getOpcode()),
1973 assert(AMDGPU::isSISrcOperand(InstDesc, OpNum));
3159 if (!AMDGPU::isSISrcOperand(Desc, OpIdx)) {
3918 if (AMDGPU::isSISrcOperand(Desc, OpIdx)) {
4000 if (!AMDGPU::isSISrcOperand(Desc, OpIdx))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 3452 if (!isVOP3(MI) || !AMDGPU::isSISrcOperand(InstDesc, OpNo))
4664 } else if (isVOP3(MI) && AMDGPU::isSISrcOperand(InstDesc, i) &&

Completed in 46 milliseconds