• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/

Lines Matching defs:Return

101     Return,
159 /// getOpcode - Return the opcode number for this descriptor.
164 /// getNumOperands - Return the number of declared MachineOperands for this
173 /// getNumDefs - Return the number of MachineOperands that are register
181 /// getFlags - Return flags of this instruction.
185 /// isVariadic - Return true if this instruction can have a variable number of
199 /// isPseudo - Return true if this is a pseudo instruction that doesn't
207 return Flags & (1 << MCID::Return);
239 /// isIndirectBranch - Return true if this is an indirect branch, such as a
245 /// isConditionalBranch - Return true if this is a branch which may fall
253 /// isUnconditionalBranch - Return true if this is a branch which always
261 // isPredicable - Return true if this instruction has a predicate operand that
269 /// isCompare - Return true if this instruction is a comparison.
274 /// isMoveImmediate - Return true if this instruction is a move immediate
280 /// isBitcast - Return true if this instruction is a bitcast instruction.
286 /// isSelect - Return true if this is a select instruction.
292 /// isNotDuplicable - Return true if this instruction cannot be safely
305 /// canFoldAsLoad - Return true for instructions that can be folded as
321 /// mayLoad - Return true if this instruction could possibly read memory.
329 /// mayStore - Return true if this instruction could possibly modify memory.
337 /// hasUnmodeledSideEffects - Return true if this instruction has side
358 /// isCommutable - Return true if this may be a 2- or 3-address
372 /// isConvertibleTo3Addr - Return true if this is a 2-address instruction
390 /// usesCustomInsertionHook - Return true if this instruction requires
402 /// hasPostISelHook - Return true if this instruction requires *adjustment*
449 /// getImplicitUses - Return a list of registers that are potentially
462 /// getNumImplicitUses - Return the number of implicit uses this instruction
471 /// getImplicitDefs - Return a list of registers that are potentially
485 /// getNumImplicitDefs - Return the number of implicit defs this instruction
494 /// hasImplicitUseOfPhysReg - Return true if this instruction implicitly
503 /// hasImplicitDefOfPhysReg - Return true if this instruction implicitly
512 /// getSchedClass - Return the scheduling class for this instruction. The
521 /// getSize - Return the number of bytes in the encoding of this instruction,