Home
last modified time | relevance | path

Searched refs:hasCalls (Results 1 – 25 of 50) sorted by relevance

12

/external/llvm/test/CodeGen/MIR/Generic/
Dframe-info.mir39 # CHECK-NEXT: hasCalls: false
66 # CHECK-NEXT: hasCalls: true
81 hasCalls: true
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZFrameLowering.cpp122 if (StackSize || MFI->hasCalls()) { in emitPrologue()
175 if (StackSize || MFI->hasCalls()) { in emitEpilogue()
218 if (StackSize || MFI->hasCalls()) in getFrameIndexOffset()
374 if (FFI->hasCalls()) in processFunctionBeforeCalleeSavedScan()
381 FFI->hasCalls() || in processFunctionBeforeCalleeSavedScan()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCloneFunction.cpp41 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBasicBlock() local
52 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II)); in CloneBasicBlock()
62 CodeInfo->ContainsCalls |= hasCalls; in CloneBasicBlock()
227 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBlock() local
246 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II)); in CloneBlock()
305 CodeInfo->ContainsCalls |= hasCalls; in CloneBlock()
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp46 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBasicBlock() local
57 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II)); in CloneBasicBlock()
67 CodeInfo->ContainsCalls |= hasCalls; in CloneBasicBlock()
274 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBlock() local
311 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II)); in CloneBlock()
382 CodeInfo->ContainsCalls |= hasCalls; in CloneBlock()
/external/llvm/test/CodeGen/MIR/Lanai/
Dpeephole-compare.mir203 hasCalls: false
250 hasCalls: false
298 hasCalls: false
348 hasCalls: false
398 hasCalls: false
448 hasCalls: false
498 hasCalls: false
565 hasCalls: false
660 hasCalls: true
/external/llvm/test/CodeGen/AMDGPU/
Dindirect-addressing-undef.mir81 hasCalls: false
137 hasCalls: false
192 hasCalls: false
249 hasCalls: false
305 hasCalls: false
/external/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp32 return MF.getFrameInfo()->hasCalls(); in DisableFramePointerElim()
/external/llvm/test/CodeGen/MIR/Mips/
Dmemory-operands.mir37 hasCalls: true
69 hasCalls: true
Dexpected-global-value-or-symbol-after-call-entry.mir20 hasCalls: true
/external/llvm/test/CodeGen/AArch64/
Dmovimm-wzr.mir32 hasCalls: false
/external/llvm/test/CodeGen/MIR/X86/
Dearly-clobber-register-flag.mir30 hasCalls: true
Dexpected-comma-after-cfi-register.mir24 hasCalls: true
Dcfi-offset.mir26 hasCalls: true
Dexpected-register-after-cfi-operand.mir24 hasCalls: true
Dliveout-register-mask.mir26 hasCalls: true
Dframe-info-save-restore-points.mir38 hasCalls: true
Dexpected-named-register-in-callee-saved-register.mir49 hasCalls: true
Dexpected-stack-object.mir40 hasCalls: true
Dcallee-saved-info.mir51 hasCalls: true
Dframe-info-stack-references.mir41 hasCalls: true
/external/llvm/test/CodeGen/X86/
Dpatchpoint-verifiable.mir26 hasCalls: true
Dtls-addr-non-leaf-function.ll17 ; With the fix, the "hasCalls" flag is set in the MFI for the function whenever
/external/llvm/lib/ProfileData/
DSampleProf.cpp82 if (hasCalls()) { in print()
/external/llvm/test/CodeGen/MIR/ARM/
Dcfi-same-value.mir22 hasCalls: true
/external/llvm/test/CodeGen/PowerPC/
Dno-rlwimi-trivial-commute.mir67 hasCalls: false

12