Home
last modified time | relevance | path

Searched refs:getExplicitOperandInfo (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp56 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
H A DSnippetGenerator.cpp230 if (Op.getExplicitOperandInfo().OperandType >= in randomizeMCOperand()
234 switch (Op.getExplicitOperandInfo().OperandType) { in randomizeMCOperand()
H A DMCInstrDescView.h82 const MCOperandInfo &getExplicitOperandInfo() const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp221 Op.getExplicitOperandInfo().OperandType == MCOI::OPERAND_PCREL) in isInvalidOpcode()
227 Op.getExplicitOperandInfo().RegClass == X86::RSTRegClassID) in isInvalidOpcode()
812 switch (Op.getExplicitOperandInfo().OperandType) { in randomizeTargetMCOperand()
822 .concat(Twine(Op.getExplicitOperandInfo().OperandType))); in randomizeTargetMCOperand()
914 switch (Instr.getPrimaryOperand(Var).getExplicitOperandInfo().OperandType) { in generateInstructionVariants()