/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | OperandTraits.h | 40 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 D | User.h | 242 op_range operands() { in operands() function 245 const_op_range operands() const { in operands() function
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86DisassemblerShared.h | 19 operands[llvm::X86Disassembler::X86_MAX_OPERANDS]; member
|
H A D | GlobalISelCombinerMatchTableEmitter.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanValue.h | 272 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 D | Patterns.h | 310 auto &operands() { return Operands; } in operands() function 311 const auto &operands() const { return Operands; } in operands() function
|
H A D | GlobalISelMatchTable.h | 1778 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 D | ScalarEvolutionExpressions.h | 118 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 D | StackFrame.cpp | 1323 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 D | Disassembler.h | 225 virtual bool ParseOperands(llvm::SmallVectorImpl<Operand> &operands) { in ParseOperands()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 188 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 D | DAGISelMatcher.h | 1022 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 D | X86DisassemblerDecoder.h | 670 uint16_t operands; member 793 ArrayRef<OperandSpecifier> operands; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
H A D | SandboxIR.h | 374 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 D | MCInstrDesc.h | 239 ArrayRef<MCOperandInfo> operands() const { in operands() function [all...] |
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
H A D | DisassemblerLLVMC.cpp | 1072 ParseOperands(llvm::SmallVectorImpl<Instruction::Operand> & operands) ParseOperands() argument
|
/freebsd/lib/libc/softfloat/ |
H A D | timesoftfloat.c | 2481 int8 operands, roundingPrecision, roundingMode, tininessMode; in main() local
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 7197 const char *operands = inst->GetOperands(&exe_ctx); in WindowDelegateDraw() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 414 ArrayRef<const SCEV *> SCEV::operands() const { in operands() function in SCEV
|