Home
last modified time | relevance | path

Searched defs:CompSrcIdx (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h585 bool hasRegSrcOperand(unsigned CompSrcIdx) const { in hasRegSrcOperand()
594 bool hasMandatoryLiteralAt(unsigned CompSrcIdx) const { in hasMandatoryLiteralAt()
678 unsigned getIndexOfSrcInMCOperands(unsigned CompSrcIdx) const { in getIndexOfSrcInMCOperands()
689 unsigned getIndexOfSrcInParsedOperands(unsigned CompSrcIdx) const { in getIndexOfSrcInParsedOperands()
H A DAMDGPUBaseInfo.cpp555 auto CompSrcIdx = CompOprIdx - Component::DST_NUM; in getIndexInParsedOperands() local
598 unsigned CompSrcIdx = CompOprIdx - DST_NUM; in getRegIndices() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DGCNCreateVOPD.cpp87 for (unsigned CompSrcIdx = 0; CompSrcIdx < CompSrcOprNum; ++CompSrcIdx) { in doReplace() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3581 auto CompSrcIdx = CompOprIdx - VOPD::Component::DST_NUM; in validateVOPDRegBankConstraints() local
8386 for (unsigned CompSrcIdx = 0; CompSrcIdx < CompSrcOperandsNum; ++CompSrcIdx) in cvtVOPD() local