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

/freebsd-13-stable/tools/test/testfloat/
H A Dtestfloat.c54 int8 operands, roundingPrecision, roundingMode; local
H A Dtestsoftfloat.c819 int8 operands, roundingPrecision, roundingMode, tininessMode; local
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerShared.h19 operands[llvm::X86Disassembler::X86_MAX_OPERANDS]; member in struct:InstructionSpecifier
H A DCodeGenDAGPatterns.h1024 DAGInstruction(const std::vector<Record*> &results, const std::vector<Record*> &operands, const std::vector<Record*> &impresults, TreePatternNodePtr srcpattern = nullptr, TreePatternNodePtr resultpattern = nullptr) argument
H A DDAGISelMatcher.h996 EmitNodeMatcherCommon(const std::string &opcodeName, ArrayRef<MVT::SimpleValueType> vts, ArrayRef<unsigned> operands, bool hasChain, bool hasInGlue, bool hasOutGlue, bool hasmemrefs, int numfixedarityoperands, bool isMorphNodeTo) argument
1045 EmitNodeMatcher(const std::string &opcodeName, ArrayRef<MVT::SimpleValueType> vts, ArrayRef<unsigned> operands, bool hasChain, bool hasInFlag, bool hasOutFlag, bool hasmemrefs, int numfixedarityoperands, unsigned firstresultslot) argument
1068 MorphNodeToMatcher(const std::string &opcodeName, ArrayRef<MVT::SimpleValueType> vts, ArrayRef<unsigned> operands, bool hasChain, bool hasInFlag, bool hasOutFlag, bool hasmemrefs, int numfixedarityoperands, const PatternToMatch &pattern) argument
H A DGlobalISelEmitter.cpp2138 iterator_range<OperandVec::iterator> operands() { function in class:final
2143 iterator_range<OperandVec::const_iterator> operands() const { function in class:final
[all...]
/freebsd-13-stable/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.h1073 op_range operands() const { return op_range(op_begin(), op_end()); } function in class:llvm::MDNode
1422 inline iterator_range<op_iterator> operands() { function in class:llvm::NamedMDNode
1425 inline iterator_range<const_op_iterator> operands() const { function in class:llvm::NamedMDNode
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp121 for (auto &MO : MI->operands()) { function
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h205 virtual bool ParseOperands(llvm::SmallVectorImpl<Operand> &operands) { argument
/freebsd-13-stable/lib/libc/softfloat/
H A Dtimesoftfloat.c2484 int8 operands, roundingPrecision, roundingMode, tininessMode; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h442 static unsigned operands(const MemoryUseOrDef *MUD) { function in struct:llvm::OperandTraits
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h227 iterator_range<const_opInfo_iterator> operands() const { function in class:llvm::MCInstrDesc
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h520 uint16_t operands; member in struct:llvm::X86Disassembler::InstructionSpecifier
641 ArrayRef<OperandSpecifier> operands; member in struct:llvm::X86Disassembler::InternalInstruction
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1334 llvm::SmallVector<Instruction::Operand, 3> operands; local
1574 llvm::SmallVector<Instruction::Operand, 1> operands; local
1617 llvm::SmallVector<Instruction::Operand, 2> operands; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3612 const char *operands = inst->GetOperands(&exe_ctx); variable

Completed in 175 milliseconds