Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFrameInfo.h172 bool HasCalls; variable
225 HasCalls = false; in MachineFrameInfo()
430 bool hasCalls() const { return HasCalls; } in hasCalls()
431 void setHasCalls(bool V) { HasCalls = V; } in setHasCalls()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h218 bool HasCalls = false; variable
502 bool hasCalls() const { return HasCalls; } in hasCalls()
503 void setHasCalls(bool V) { HasCalls = V; } in setHasCalls()
DMachineTraceMetrics.h97 bool HasCalls; member
99 FixedBlockInfo() : InstrCount(~0u), HasCalls(false) {} in FixedBlockInfo()
DMIRYamlMapping.h345 bool HasCalls = false;
366 YamlIO.mapOptional("hasCalls", MFI.HasCalls);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMIRYamlMapping.h424 bool HasCalls = false;
443 AdjustsStack == Other.AdjustsStack && HasCalls == Other.HasCalls &&
464 YamlIO.mapOptional("hasCalls", MFI.HasCalls, false);
DMachineFrameInfo.h255 bool HasCalls = false; variable
553 bool hasCalls() const { return HasCalls; } in hasCalls()
554 void setHasCalls(bool V) { HasCalls = V; } in setHasCalls()
DMachineTraceMetrics.h119 bool HasCalls = false; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp416 bool HasCalls = false; in runOnFunction() local
434 HasCalls = true; in runOnFunction()
466 if (HasCalls) in runOnFunction()
471 if ((Res || HasCalls) && ClInstrumentFuncEntryExit) { in runOnFunction()
/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp392 bool HasCalls = false; in runOnFunction() local
412 HasCalls = true; in runOnFunction()
443 if ((Res || HasCalls) && ClInstrumentFuncEntryExit) { in runOnFunction()
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp92 FBI->HasCalls = false; in getResources()
104 FBI->HasCalls = true; in getResources()
DMIRPrinter.cpp265 YamlMFI.HasCalls = MFI.hasCalls(); in convert()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp105 FBI->HasCalls = false; in getResources()
117 FBI->HasCalls = true; in getResources()
DMIRPrinter.cpp327 YamlMFI.HasCalls = MFI.hasCalls(); in convert()
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp464 MFI.setHasCalls(YamlMFI.HasCalls); in initializeFrameInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp580 MFI.setHasCalls(YamlMFI.HasCalls); in initializeFrameInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp4944 HasCalls = 0x4 enumerator
5132 Flags |= MachineOutlinerMBBFlags::HasCalls; in getMachineOutlinerMBBFlags()
5283 MachineOutlinerMBBFlags::HasCalls)); in getOutliningType()