Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/X86/
HDX86FrameLowering.cpp1888 bool isDestroy = Opcode == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr() local
1891 uint64_t InternalAmt = (isDestroy || Amount) ? I->getOperand(1).getImm() : 0; in eliminateCallFramePseudoInstr()
1913 int Offset = isDestroy ? Amount : -Amount; in eliminateCallFramePseudoInstr()
1919 if (isDestroy && InternalAmt) { in eliminateCallFramePseudoInstr()