HomeSort by relevance Sort by last modified time
    Searched refs:MIOperands (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 139 assert(isValid() && "Cannot advance MIOperands beyond the last operand");
210 /// MIOperands - Iterate over operands of a single instruction.
212 class MIOperands : public MachineOperandIteratorBase {
214 MIOperands(MachineInstr *MI) : MachineOperandIteratorBase(MI, false) {}
  /external/llvm/lib/CodeGen/
ProcessImplicitDefs.cpp 70 for (MIOperands MO(MI); MO.isValid(); ++MO)
102 for (MIOperands MO(UserMI); MO.isValid(); ++MO) {
EarlyIfConversion.cpp 229 for (MIOperands MO(I); MO.isValid(); ++MO) {
287 for (MIOperands MO(I); MO.isValid(); ++MO) {
LiveIntervalAnalysis.cpp 212 for (MIOperands MO(MI); MO.isValid(); ++MO) {
755 for (MIOperands MO(MI); MO.isValid(); ++MO) {
    [all...]
MachineBasicBlock.cpp     [all...]
RegisterCoalescer.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 353 MIOperands::PhysRegInfo PRI =
354 MIOperands(I).analyzePhysReg(AArch64::NZCV, TRI);
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 649 for (MIOperands MO(memOps[i].MBBI); MO.isValid(); ++MO) {
    [all...]

Completed in 127 milliseconds