Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp196 for (uint8_t OPI = 0; OPI < WasmInst->NumOperands; OPI++) { in getInstruction() local
197 auto OT = OperandTable[WasmInst->OperandStart + OPI]; in getInstruction()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp694 unsigned getUnversionedInfoSize(const ObjCPropertyInfo &OPI) { in getUnversionedInfoSize() argument
695 return getVariableInfoSize(OPI) + 1; in getUnversionedInfoSize()
698 void emitUnversionedInfo(raw_ostream &OS, const ObjCPropertyInfo &OPI) { in emitUnversionedInfo() argument
699 emitVariableInfo(OS, OPI); in emitUnversionedInfo()
702 if (auto value = OPI.getSwiftImportAsAccessors()) { in emitUnversionedInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp521 unsigned BPI, OPI; in updateOffset() local
522 if (!HII->getBaseAndOffsetPosition(MI, BPI, OPI)) in updateOffset()
541 int64_t Offset = MI.getOperand(OPI).getImm(); in updateOffset()
545 MI.getOperand(OPI).setImm(Offset + Incr); in updateOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1241 if (Instruction *OPI = dyn_cast<Instruction>(Op)) in handleBranchCondition() local
1242 if (SimpleValue::canHandle(OPI) && Visited.insert(OPI).second) in handleBranchCondition()
1243 WorkList.push_back(OPI); in handleBranchCondition()
/freebsd/share/misc/
H A Dpci_vendors26990 3b01 KH-40000 OPI Controller
26991 3b02 KH-40000 OPI Controller
26992 3b03 KH-40000 OPI Controller
26993 3b04 KH-40000 OPI Controller
[all...]