Home
last modified time | relevance | path

Searched refs:InstructionOperand (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h246 class InstructionOperand {
250 InstructionOperand(IntImmTy Imm, StringRef Name, PatternType Type) in InstructionOperand() function
253 InstructionOperand(StringRef Name, PatternType Type) in InstructionOperand() function
267 InstructionOperand withNewName(StringRef NewName) const { in withNewName()
268 InstructionOperand Result = *this; in withNewName()
313 InstructionOperand &getOperand(unsigned K) { return Operands[K]; } in getOperand()
314 const InstructionOperand &getOperand(unsigned K) const { return Operands[K]; } in getOperand()
324 virtual ArrayRef<InstructionOperand> getApplyDefsNeeded() const { in getApplyDefsNeeded()
360 SmallVector<InstructionOperand, 4> Operands;
637 ArrayRef<InstructionOperand> getApplyDefsNeeded() const override;
H A DPatterns.cpp171 std::string InstructionOperand::describe() const { in describe()
180 void InstructionOperand::print(raw_ostream &OS) const { in print()
199 void InstructionOperand::dump() const { return print(dbgs()); } in dump()
739 ArrayRef<InstructionOperand> PatFragPattern::getApplyDefsNeeded() const { in getApplyDefsNeeded()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp749 const InstructionOperand &O);
759 function_ref<InstructionOperand(const InstructionOperand &)>;
1668 [&](const InstructionOperand &O) -> InstructionOperand { in emitPatFragMatchPattern()
2025 const InstructionOperand &O) { in emitCodeGenInstructionApplyImmOperand()