Searched refs:isMem (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h51 /// isMem - True if this is a memory loc, false if it is a register loc.
52 bool isMem : 1;
73 Ret.isMem = false;
96 Ret.isMem = true;
116 bool isRegLoc() const { return !isMem; }
117 bool isMemLoc() const { return isMem; }
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h120 inline static bool isMem(const MachineInstr *MI, unsigned Op) { function in namespace:llvm
H A DX86AsmPrinter.cpp359 assert(isMem(MI, Op) && "Invalid memory reference!");
H A DX86FrameLowering.cpp1093 bool isMem = RetOpcode == X86::TCRETURNmi || RetOpcode == X86::TCRETURNmi64;
1097 MachineOperand &StackAdjust = MBBI->getOperand(isMem ? 5 : 1);
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp326 bool isMem() const { return Kind == Memory; } function in struct:__anon8982::X86Operand
504 return (Op.isMem() &&
514 return Op.isMem() &&
1122 if (Op.isMem() && Op.Mem.SegReg == 0 &&
1135 if (Op.isMem() && Op.Mem.SegReg == 0 &&
/external/llvm/lib/Target/MBlaze/AsmParser/
H A DMBlazeAsmParser.cpp177 bool isMem() const { return Kind == Memory; } function in struct:__anon8910::MBlazeOperand
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp191 bool isMem() const { return Kind == k_Memory; } function in class:__anon8937::MipsOperand

Completed in 130 milliseconds