/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | Formula.h | 82 ArrayRef<const Formula *> operands() const { in operands() function
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86DisassemblerShared.h | 19 operands[llvm::X86Disassembler::X86_MAX_OPERANDS]; member
|
H A D | DAGISelMatcher.h |
|
H A D | GlobalISelMatchTable.h |
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | SimplifyConstraints.cpp | 97 ArrayRef<const Formula *> operands = Constraint->operands(); in simplifyConstraints() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanValue.h | 280 assert(is_contained(operands(), Op) && in operands() function 279 operand_range operands() { return operand_range(op_begin(), op_end()); } operands() function
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | Patterns.h |
|
/freebsd-src/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrame.cpp | 1331 llvm::SmallVector<Instruction::Operand, 3> operands; GuessValueForAddress() local 1571 llvm::SmallVector<Instruction::Operand, 1> operands; DoGuessValueAt() local 1614 llvm::SmallVector<Instruction::Operand, 2> operands; DoGuessValueAt() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpressions.h | 117 ArrayRef<const SCEV *> operands() const { return Op; } in operands() function 218 ArrayRef<const SCEV *> operands() const { in operands() function 324 ArrayRef<const SCEV *> operands() const { return Operands; } in operands() function
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Disassembler.h | 225 virtual bool ParseOperands(llvm::SmallVectorImpl<Operand> &operands) { in ParseOperands() argument
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/ |
H A D | X86DisassemblerDecoder.h | 663 uint16_t operands; global() member 786 ArrayRef<OperandSpecifier> operands; global() member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 239 ArrayRef<MCOperandInfo> operands() const { in operands() function
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
H A D | DisassemblerLLVMC.cpp | 1091 llvm::SmallVectorImpl<Instruction::Operand> &operands) override { in ParseOperands()
|
/freebsd-src/lib/libc/softfloat/ |
H A D | timesoftfloat.c | 2481 int8 operands, roundingPrecision, roundingMode, tininessMode; in main() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 7196 const char *operands = inst->GetOperands(&exe_ctx); WindowDelegateDraw() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 414 ArrayRef<const SCEV *> SCEV::operands() const { in operands() function in SCEV [all...] |