Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp222 bool IsDestroy) { in handleFinalSuspend() argument
227 if (IsDestroy) { in handleFinalSuspend()
310 bool IsDestroy = FnIndex != 0; in createClone() local
311 handleFinalSuspend(Builder, NewFramePtr, Shape, Switch, IsDestroy); in createClone()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIFrameLowering.cpp757 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr() local
758 uint64_t CalleePopAmount = IsDestroy ? I->getOperand(1).getImm() : 0; in eliminateCallFramePseudoInstr()
769 unsigned Op = IsDestroy ? AMDGPU::S_SUB_U32 : AMDGPU::S_ADD_U32; in eliminateCallFramePseudoInstr()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp164 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr() local
165 uint64_t CalleePopAmount = IsDestroy ? I->getOperand(1).getImm() : 0; in eliminateCallFramePseudoInstr()
173 if (!IsDestroy) in eliminateCallFramePseudoInstr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp243 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr() local
244 uint64_t CalleePopAmount = IsDestroy ? I->getOperand(1).getImm() : 0; in eliminateCallFramePseudoInstr()
252 if (!IsDestroy) in eliminateCallFramePseudoInstr()