Home
last modified time | relevance | path

Searched defs:operands (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperandTraits.h40 static unsigned operands(const User*) { in operands() function
54 static unsigned operands(const User *U) { in operands() function
78 static unsigned operands(const User *U) { in operands() function
102 static unsigned operands(const User *U) { in operands() function
H A DUser.h242 op_range operands() { in operands() function
245 const_op_range operands() const { in operands() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerShared.h19 operands[llvm::X86Disassembler::X86_MAX_OPERANDS]; member
H A DGlobalISelCombinerMatchTableEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h272 operand_range operands() { return operand_range(op_begin(), op_end()); } in operands() function
273 const_operand_range operands() const { in operands() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h310 auto &operands() { return Operands; } in operands() function
311 const auto &operands() const { return Operands; } in operands() function
H A DGlobalISelMatchTable.h1778 iterator_range<OperandVec::iterator> operands() { in operands() function
1783 iterator_range<OperandVec::const_iterator> operands() const { in operands() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h118 ArrayRef<const SCEV *> operands() const { return Op; } operands() function
219 ArrayRef<const SCEV *> operands() const { operands() function
325 ArrayRef<const SCEV *> operands() const { return Operands; } operands() function
[all...]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1323 llvm::SmallVector<Instruction::Operand, 3> operands; in GuessValueForAddress() local
1564 llvm::SmallVector<Instruction::Operand, 1> operands; in DoGuessValueAt() local
1607 llvm::SmallVector<Instruction::Operand, 2> operands; in DoGuessValueAt() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h225 virtual bool ParseOperands(llvm::SmallVectorImpl<Operand> &operands) { in ParseOperands()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h188 iterator_range<op_iterator> operands() { in operands() function
191 iterator_range<const_op_iterator> operands() const { in operands() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h1022 ArrayRef<unsigned> operands, bool hasChain, in EmitNodeMatcherCommon()
1070 ArrayRef<unsigned> operands, bool hasChain, bool hasInGlue, in EmitNodeMatcher()
1090 ArrayRef<unsigned> operands, bool hasChain, bool hasInGlue, in MorphNodeToMatcher()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h670 uint16_t operands; member
793 ArrayRef<OperandSpecifier> operands; member
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h374 op_range operands() { return make_range<op_iterator>(op_begin(), op_end()); } in operands() function
375 const_op_range operands() const { in operands() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h239 ArrayRef<MCOperandInfo> operands() const { in operands() function
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1072 ParseOperands(llvm::SmallVectorImpl<Instruction::Operand> & operands) ParseOperands() argument
/freebsd/lib/libc/softfloat/
H A Dtimesoftfloat.c2481 int8 operands, roundingPrecision, roundingMode, tininessMode; in main() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7197 const char *operands = inst->GetOperands(&exe_ctx); in WindowDelegateDraw() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp414 ArrayRef<const SCEV *> SCEV::operands() const { in operands() function in SCEV