Searched defs:operands (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerShared.h19 operands[llvm::X86Disassembler::X86_MAX_OPERANDS]; member in struct:InstructionSpecifier
H A DDAGISelMatcher.h1037 EmitNodeMatcherCommon(const CodeGenInstruction &cgi, ArrayRef<MVT::SimpleValueType> vts, ArrayRef<unsigned> operands, bool hasChain, bool hasInGlue, bool hasOutGlue, bool hasmemrefs, int numfixedarityoperands, bool isMorphNodeTo) argument
1085 EmitNodeMatcher(const CodeGenInstruction &cgi, ArrayRef<MVT::SimpleValueType> vts, ArrayRef<unsigned> operands, bool hasChain, bool hasInGlue, bool hasOutGlue, bool hasmemrefs, int numfixedarityoperands, unsigned firstresultslot) argument
1107 MorphNodeToMatcher(const CodeGenInstruction &cgi, ArrayRef<MVT::SimpleValueType> vts, ArrayRef<unsigned> operands, bool hasChain, bool hasInGlue, bool hasOutGlue, bool hasmemrefs, int numfixedarityoperands, const PatternToMatch &pattern) argument
H A DGlobalISelMatchTable.h1747 iterator_range<OperandVec::iterator> operands() { function in class:llvm::final
1752 iterator_range<OperandVec::const_iterator> operands() const { function in class:llvm::final
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperandTraits.h40 static unsigned operands(const User*) { function in struct:llvm::FixedNumOperandTraits
54 static unsigned operands(const User *U) { function in struct:llvm::OptionalOperandTraits
78 static unsigned operands(const User *U) { function in struct:llvm::VariadicOperandTraits
102 static unsigned operands(const User *U) { function in struct:llvm::HungoffOperandTraits
H A DMetadata.h1143 MutableArrayRef<MDOperand> operands() { function
1150 ArrayRef<MDOperand> operands() const { function
1418 ArrayRef<MDOperand> operands() const { return getHeader().operands(); } function in class:llvm::DebugValueUser::MDNode
1817 inline iterator_range<op_iterator> operands() { function in class:llvm::DebugValueUser::NamedMDNode
1820 inline iterator_range<const_op_iterator> operands() const { function in class:llvm::DebugValueUser::NamedMDNode
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DFormula.h82 ArrayRef<const Formula *> operands() const { function
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DSimplifyConstraints.cpp97 ArrayRef<const Formula *> operands = Constraint->operands(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp128 for (auto &MO : MI->operands()) { function
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h117 ArrayRef<const SCEV *> operands() const { return Op; } function in class:llvm::SCEVCastExpr
324 ArrayRef<const SCEV *> operands() const { return Operands; } function in class:llvm::SCEVUDivExpr
[all...]
H A DMemorySSA.h439 static unsigned operands(const MemoryUseOrDef *MUD) { function in struct:llvm::OperandTraits
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp414 ArrayRef<const SCEV *> SCEV::operands() const { function in class:SCEV
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h225 virtual bool ParseOperands(llvm::SmallVectorImpl<Operand> &operands) { argument
/freebsd-current/lib/libc/softfloat/
H A Dtimesoftfloat.c2481 int8 operands, roundingPrecision, roundingMode, tininessMode; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h239 ArrayRef<MCOperandInfo> operands() const { function in class:llvm::MCInstrDesc
[all...]
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DPatterns.h305 auto &operands() { return Operands; } function in class:llvm::gi::InstructionPattern
306 const auto &operands() const { return Operands; } function in class:llvm::gi::InstructionPattern
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h663 uint16_t operands; member in struct:llvm::X86Disassembler::InstructionSpecifier
786 ArrayRef<OperandSpecifier> operands; member in struct:llvm::X86Disassembler::InternalInstruction
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1331 llvm::SmallVector<Instruction::Operand, 3> operands; local
1571 llvm::SmallVector<Instruction::Operand, 1> operands; local
1614 llvm::SmallVector<Instruction::Operand, 2> operands; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7196 const char *operands = inst->GetOperands(&exe_ctx); variable

Completed in 186 milliseconds