Home
last modified time | relevance | path

Searched refs:isSISrcOperand (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DSIMCCodeEmitter.cpp284 if (!AMDGPU::isSISrcOperand(Desc, i)) in encodeInstruction()
430 if (AMDGPU::isSISrcOperand(Desc, OpNo)) { in getMachineOpValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h375 bool isSISrcOperand(const MCInstrDesc &Desc, unsigned OpNo);
DAMDGPUBaseInfo.cpp756 bool isSISrcOperand(const MCInstrDesc &Desc, unsigned OpNo) { in isSISrcOperand() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1387 if (AMDGPU::isSISrcOperand(AsmParser->getMII()->get(Inst.getOpcode()), in addImmOperands()
1402 assert(AMDGPU::isSISrcOperand(InstDesc, OpNum)); in addLiteralImmOperand()
2237 if (!AMDGPU::isSISrcOperand(Desc, OpIdx)) { in isInlineConstant()