Searched refs:getExplicitOperandInfo (Results 1 – 4 of 4) sorted by relevance
56 getExplicitOperandInfo().OperandType == MCOI::OPERAND_MEMORY; in isMemory()61 getExplicitOperandInfo().OperandType == MCOI::OPERAND_IMMEDIATE; in isImmediate()78 const MCOperandInfo &Operand::getExplicitOperandInfo() const { in getExplicitOperandInfo() function in llvm::exegesis::Operand
230 if (Op.getExplicitOperandInfo().OperandType >= in randomizeMCOperand()234 switch (Op.getExplicitOperandInfo().OperandType) { in randomizeMCOperand()
82 const MCOperandInfo &getExplicitOperandInfo() const;
204 Op.getExplicitOperandInfo().OperandType == MCOI::OPERAND_PCREL) in isInvalidOpcode()210 Op.getExplicitOperandInfo().RegClass == X86::RSTRegClassID) in isInvalidOpcode()783 switch (Op.getExplicitOperandInfo().OperandType) { in randomizeTargetMCOperand()793 .concat(Twine(Op.getExplicitOperandInfo().OperandType))); in randomizeTargetMCOperand()885 switch (Instr.getPrimaryOperand(Var).getExplicitOperandInfo().OperandType) { in generateInstructionVariants()