Searched refs:OPI (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp192 for (uint8_t OPI = 0; OPI < WasmInst->NumOperands; OPI++) {
193 auto OT = OperandTable[WasmInst->OperandStart + OPI];
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp893 if (Instruction *OPI = dyn_cast<Instruction>(Op))
894 if (SimpleValue::canHandle(OPI) && Visited.insert(OPI).second)
895 WorkList.push_back(OPI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp1007 DenseMap<unsigned, unsigned>::iterator OPI = ReduceOpcodeMap.find(Opcode); local
1008 if (OPI == ReduceOpcodeMap.end())
1010 const ReduceEntry &Entry = ReduceTable[OPI->second];
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp514 unsigned BPI, OPI; local
515 if (!HII->getBaseAndOffsetPosition(MI, BPI, OPI))
534 int64_t Offset = MI.getOperand(OPI).getImm();
538 MI.getOperand(OPI).setImm(Offset + Incr);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1656 // OPI should always be a register definition...
1657 MachineInstr::const_mop_iterator OPI = MI.operands_begin();
1658 if (!OPI->isReg() || !OPI->isDef())
1666 MachineInstr::const_mop_iterator OPI2 = OPI;
1673 if (!OPI2->isReg() || (!Register::isPhysicalRegister(OPI->getReg()) &&

Completed in 72 milliseconds