Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DCodeGenCommonISel.cpp90 MachineInstr::const_mop_iterator OPI = MI.operands_begin(); in MIIsInTerminatorSequence() local
91 if (!OPI->isReg() || !OPI->isDef()) in MIIsInTerminatorSequence()
99 MachineInstr::const_mop_iterator OPI2 = OPI; in MIIsInTerminatorSequence()
107 (!OPI->getReg().isPhysical() && OPI2->getReg().isPhysical())) in MIIsInTerminatorSequence()
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/Disassembler/
DWebAssemblyDisassembler.cpp194 for (uint8_t OPI = 0; OPI < WasmInst->NumOperands; OPI++) { in getInstruction() local
195 auto OT = OperandTable[WasmInst->OperandStart + OPI]; in getInstruction()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp520 unsigned BPI, OPI; in updateOffset() local
521 if (!HII->getBaseAndOffsetPosition(MI, BPI, OPI)) in updateOffset()
540 int64_t Offset = MI.getOperand(OPI).getImm(); in updateOffset()
544 MI.getOperand(OPI).setImm(Offset + Incr); in updateOffset()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp1137 if (Instruction *OPI = dyn_cast<Instruction>(Op)) in handleBranchCondition() local
1138 if (SimpleValue::canHandle(OPI) && Visited.insert(OPI).second) in handleBranchCondition()
1139 WorkList.push_back(OPI); in handleBranchCondition()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp1015 DenseMap<unsigned, unsigned>::iterator OPI = ReduceOpcodeMap.find(Opcode); in ReduceMI() local
1016 if (OPI == ReduceOpcodeMap.end()) in ReduceMI()
1021 const ReduceEntry &Entry = ReduceTable[OPI->second]; in ReduceMI()