Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DFormula.h82 ArrayRef<const Formula *> operands() const { in operands() function
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerShared.h19 operands[llvm::X86Disassembler::X86_MAX_OPERANDS]; member
H A DDAGISelMatcher.h
H A DGlobalISelMatchTable.h
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DSimplifyConstraints.cpp97 ArrayRef<const Formula *> operands = Constraint->operands(); in simplifyConstraints() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h280 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 DPatterns.h
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1331 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 DScalarEvolutionExpressions.h117 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 DDisassembler.h225 virtual bool ParseOperands(llvm::SmallVectorImpl<Operand> &operands) { in ParseOperands() argument
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h663 uint16_t operands; global() member
786 ArrayRef<OperandSpecifier> operands; global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h239 ArrayRef<MCOperandInfo> operands() const { in operands() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1091 llvm::SmallVectorImpl<Instruction::Operand> &operands) override { in ParseOperands()
/freebsd-src/lib/libc/softfloat/
H A Dtimesoftfloat.c2481 int8 operands, roundingPrecision, roundingMode, tininessMode; in main() local
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7196 const char *operands = inst->GetOperands(&exe_ctx); WindowDelegateDraw() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp414 ArrayRef<const SCEV *> SCEV::operands() const { in operands() function in SCEV
[all...]