Home
last modified time | relevance | path

Searched refs:isEAXAlive (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FrameLowering.cpp826 bool isEAXAlive = isEAXLiveIn(MF); in emitPrologue() local
828 if (isEAXAlive) { in emitPrologue()
849 .addImm(isEAXAlive ? NumBytes - 4 : NumBytes) in emitPrologue()
878 if (isEAXAlive) { in emitPrologue()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp1158 bool isEAXAlive = isEAXLiveIn(MBB); in emitPrologue() local
1160 if (isEAXAlive) { in emitPrologue()
1191 .addImm(isEAXAlive ? NumBytes - 4 : NumBytes) in emitPrologue()
1198 if (isEAXAlive) { in emitPrologue()