Searched refs:getNumExplicitOperands (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp329 assert(I.getNumOperands() == I.getNumExplicitOperands() &&
H A DX86InstrInfo.cpp1765 MI.getOperand(MI.getNumExplicitOperands() - 1).getImm() & 0x1f;
1768 WorkingMI.getOperand(MI.getNumExplicitOperands() - 1).setImm(Imm);
7238 assert(Inst.getNumExplicitOperands() == 3 && Inst.getNumExplicitDefs() == 1 &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp494 if (LastOpcodeHasNVJump && (LastInst->getNumExplicitOperands() == 3)) {
521 (SecondLastInst->getNumExplicitOperands() == 3) &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp1462 if (I.getNumOperands() != I.getNumExplicitOperands()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp4270 if (LdSt.getNumExplicitOperands() != 3)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7467 if (MI.getNumExplicitOperands() > 5) {

Completed in 281 milliseconds

12