HomeSort by relevance Sort by last modified time
    Searched refs:isFI (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 257 if (MI->getOperand(i).isFI()) {
282 if (MI->getOperand(idx).isFI()) {
StackSlotColoring.cpp 150 if (!MO.isFI())
325 if (!MO.isFI())
LiveDebugVariables.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 110 if (MI->getOperand(Op).isFI()) return true;
121 if (MI->getOperand(Op).isFI()) return true;
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 213 /// isFI - Tests if this is a MO_FrameIndex operand.
214 bool isFI() const { return OpKind == MO_FrameIndex; }
410 assert((isFI() || isCPI() || isJTI()) &&
488 assert((isFI() || isCPI() || isJTI()) &&
  /external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.cpp 63 if (!MII->isFI() || MII->getIndex() != FRI->first) continue;
123 !I->getOperand(1).isFI() || !I->getOperand(0).isReg() ||
130 !SI->getOperand(1).isFI() ||
176 !I->getOperand(1).isFI() || !I->getOperand(0).isReg() ||
MBlazeRegisterInfo.cpp 135 while (!MI.getOperand(i).isFI()) {
MBlazeInstrInfo.cpp 46 if ((MI->getOperand(1).isFI()) && // is a stack slot
65 if ((MI->getOperand(1).isFI()) && // is a stack slot
  /external/llvm/lib/Target/Sparc/
SparcRegisterInfo.cpp 80 while (!MI.getOperand(i).isFI()) {
SparcInstrInfo.cpp 45 if (MI->getOperand(1).isFI() && MI->getOperand(2).isImm() &&
64 if (MI->getOperand(0).isFI() && MI->getOperand(1).isImm() &&
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 61 if ((MI->getOperand(1).isFI()) && // is a stack slot
83 if ((MI->getOperand(1).isFI()) && // is a stack slot
XCoreRegisterInfo.cpp 159 while (!MI.getOperand(i).isFI()) {
  /external/llvm/lib/Target/CellSPU/
SPUInstrInfo.cpp 87 if (MOp1.isImm() && MOp2.isFI()) {
114 if (MOp1.isImm() && MOp2.isFI()) {
SPURegisterInfo.cpp 264 while (!MI.getOperand(i).isFI()) {
  /external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.cpp 174 while (!MI.getOperand(i).isFI()) {
  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp 161 while (!MI.getOperand(i).isFI()) {
MipsInstrInfo.cpp 57 if ((MI->getOperand(1).isFI()) && // is a stack slot
82 if ((MI->getOperand(1).isFI()) && // is a stack slot
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 838 for (unsigned i = 0; !MI->getOperand(i).isFI(); ++i) {
    [all...]
Thumb1FrameLowering.cpp 186 MI->getOperand(1).isFI() &&
ARMBaseInstrInfo.cpp 849 if (MI->getOperand(1).isFI() &&
863 if (MI->getOperand(1).isFI() &&
871 if (MI->getOperand(0).isFI() &&
878 if (MI->getOperand(1).isFI() &&
    [all...]
Thumb1RegisterInfo.cpp 536 while (!MI.getOperand(i).isFI()) {
606 while (!MI.getOperand(i).isFI()) {
  /external/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.cpp 143 while (!MI.getOperand(i).isFI()) {
HexagonInstrInfo.cpp 78 if (MI->getOperand(2).isFI() &&
105 if (MI->getOperand(2).isFI() &&
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 87 MI->getOperand(2).isFI()) {
105 MI->getOperand(2).isFI()) {
PPCRegisterInfo.cpp 477 while (!MI.getOperand(FIOperandNo).isFI()) {

Completed in 1081 milliseconds

1 2