Searched refs:OpX (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp805 MachineOperand &OpX = Prev.getOperand(OpIdx[Row][2]); local
811 Register RegX = OpX.getReg();
834 bool KillX = OpX.isKill();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp357 const MachineOperand &OpX = MI->getOperand(ImmX); local
358 if (OpX.isImm()) {
359 int64_t V = OpX.getImm();
H A DHexagonConstPropagation.cpp1859 static APInt getCmpImm(unsigned Opc, unsigned OpX,
2468 APInt HexagonConstEvaluator::getCmpImm(unsigned Opc, unsigned OpX, argument

Completed in 87 milliseconds