Lines Matching refs:inst
131 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 13)) {
132 if (inst.opcode() == spv::Op::OpStore) {
133 store[stores_found] = &inst;
288 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 22)) {
289 if (inst.opcode() == spv::Op::OpStore) {
290 store[stores_found] = &inst;
524 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 17)) {
525 if (inst.opcode() == spv::Op::OpStore) {
526 store[stores_found] = &inst;
597 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 68)) {
598 if (inst.opcode() == spv::Op::OpStore) {
599 store[stores_found] = &inst;
918 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 29)) {
919 if (inst.opcode() == spv::Op::OpStore) {
920 store[stores_found] = &inst;
974 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 114)) {
975 if (inst.opcode() == spv::Op::OpStore) {
976 store[stores_found] = &inst;
1416 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 29)) {
1417 if (inst.opcode() == spv::Op::OpStore) {
1418 store = &inst;
1437 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 54)) {
1438 if (inst.opcode() == spv::Op::OpStore) {
1439 store = &inst;
1459 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 75)) {
1460 if (inst.opcode() == spv::Op::OpStore) {
1461 store = &inst;
1480 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 99)) {
1481 if (inst.opcode() == spv::Op::OpStore) {
1482 store = &inst;
1502 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 121)) {
1503 if (inst.opcode() == spv::Op::OpStore) {
1504 store = &inst;
1523 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 142)) {
1524 if (inst.opcode() == spv::Op::OpStore) {
1525 store = &inst;
1545 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 162)) {
1546 if (inst.opcode() == spv::Op::OpStore) {
1547 store = &inst;
1566 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 183)) {
1567 if (inst.opcode() == spv::Op::OpStore) {
1568 store = &inst;
1842 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 19)) {
1843 if (inst.opcode() == spv::Op::OpStore) {
1844 store[stores_found] = &inst;
1910 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 54)) {
1911 if (inst.opcode() == spv::Op::OpStore) {
1912 store[stores_found] = &inst;
1977 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 84)) {
1978 if (inst.opcode() == spv::Op::OpStore) {
1979 store[stores_found] = &inst;
2045 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 111)) {
2046 if (inst.opcode() == spv::Op::OpStore) {
2047 store[stores_found] = &inst;
2206 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 11)) {
2207 if (inst.opcode() == spv::Op::OpStore) {
2208 store[stores_found] = &inst;
2439 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 25)) {
2440 if (inst.opcode() == spv::Op::OpStore) {
2441 store[stores_found] = &inst;
2475 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 56)) {
2476 if (inst.opcode() == spv::Op::OpStore) {
2477 store[stores_found] = &inst;
2786 for (const Instruction& inst : *spvtest::GetBasicBlock(f, block_id)) {
2787 if (inst.opcode() == spv::Op::OpStore) {
2788 store[stores_found] = &inst;
2792 if (inst.opcode() == spv::Op::OpLoad) {
2793 load[loads_found] = &inst;
3076 for (const Instruction& inst : *spvtest::GetBasicBlock(f, block_id)) {
3077 if (inst.opcode() == spv::Op::OpStore) {
3078 store[stores_found] = &inst;
3082 if (inst.opcode() == spv::Op::OpLoad) {
3083 load[loads_found] = &inst;
3457 for (const Instruction& inst : *spvtest::GetBasicBlock(f, block_id)) {
3458 if (inst.opcode() == spv::Op::OpStore) {
3459 store = &inst;
3462 if (inst.opcode() == spv::Op::OpLoad) {
3463 load = &inst;
3498 for (const Instruction& inst : *spvtest::GetBasicBlock(f, block_id)) {
3499 if (inst.opcode() == spv::Op::OpStore) {
3500 store = &inst;
3503 if (inst.opcode() == spv::Op::OpLoad) {
3504 load = &inst;
3530 for (const Instruction& inst : *spvtest::GetBasicBlock(f, block_id)) {
3531 if (inst.opcode() == spv::Op::OpStore) {
3532 store = &inst;
3535 if (inst.opcode() == spv::Op::OpLoad) {
3536 load = &inst;
3565 for (const Instruction& inst : *spvtest::GetBasicBlock(f, block_id)) {
3566 if (inst.opcode() == spv::Op::OpStore) {
3567 store = &inst;
3570 if (inst.opcode() == spv::Op::OpLoad) {
3571 load = &inst;
3607 for (const Instruction& inst : *spvtest::GetBasicBlock(f, block_id)) {
3608 if (inst.opcode() == spv::Op::OpStore) {
3609 store = &inst;
3612 if (inst.opcode() == spv::Op::OpLoad) {
3613 load = &inst;