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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp 222 bool IsDestroy) {
227 if (IsDestroy) {
310 bool IsDestroy = FnIndex != 0;
311 handleFinalSuspend(Builder, NewFramePtr, Shape, Switch, IsDestroy);
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 164 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode();
165 uint64_t CalleePopAmount = IsDestroy ? I->getOperand(1).getImm() : 0;
173 if (!IsDestroy)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIFrameLowering.cpp 757 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode();
758 uint64_t CalleePopAmount = IsDestroy ? I->getOperand(1).getImm() : 0;
769 unsigned Op = IsDestroy ? AMDGPU::S_SUB_U32 : AMDGPU::S_ADD_U32;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 243 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode();
244 uint64_t CalleePopAmount = IsDestroy ? I->getOperand(1).getImm() : 0;
252 if (!IsDestroy)
    [all...]

Completed in 170 milliseconds