Searched refs:SrcIndices (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2994 const int SrcIndices[] = { Src0Idx, Src1Idx, Src2Idx }; local
2996 for (int SrcIdx : SrcIndices) {
3374 const int SrcIndices[] = { Src1Idx, Src2Idx }; local
3377 for (int SrcIdx : SrcIndices) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2108 int SrcIndices[] = { local
2122 for (int OtherSrcIdx : SrcIndices) {

Completed in 50 milliseconds