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

  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 135 bool HasMSInlineAsm;
222 bool hasMSInlineAsm() const {
223 return HasMSInlineAsm;
229 HasMSInlineAsm = B;
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 407 MF.hasMSInlineAsm())
X86FrameLowering.cpp 53 MFI->isFrameAddressTaken() || MF.hasMSInlineAsm() ||
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 465 if (MFI->hasCalls() && MF->hasMSInlineAsm())
    [all...]

Completed in 977 milliseconds