Home
last modified time | relevance | path

Searched defs:getOperandNo (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DUse.cpp31 unsigned Use::getOperandNo() const { in getOperandNo() function in llvm::Use
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h158 unsigned getOperandNo() const { in getOperandNo() function
H A DMachineRegisterInfo.h1120 unsigned getOperandNo() const { in getOperandNo() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DCFG.h93 unsigned getOperandNo() const { in getOperandNo() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.cpp107 unsigned CheckPredicateMatcher::getOperandNo(unsigned i) const { in getOperandNo() function in CheckPredicateMatcher
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp56 unsigned MachineOperand::getOperandNo() const { in getOperandNo() function in MachineOperand
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp21 unsigned Use::getOperandNo() const { return Usr->getUseOperandNo(*this); } in getOperandNo() function in Use