Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h128 bool NeedsLocalForSize; variable
475 bool needsLocalForSize() const { return NeedsLocalForSize; } in needsLocalForSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCAsmInfo.cpp51 NeedsLocalForSize = true; in PPCELFMCAsmInfo()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCAsmInfo.cpp50 NeedsLocalForSize = true; in PPCELFMCAsmInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfo.h123 bool NeedsLocalForSize = false; variable
490 bool needsLocalForSize() const { return NeedsLocalForSize; } in needsLocalForSize()
/external/llvm/lib/MC/
DMCAsmInfo.cpp42 NeedsLocalForSize = false; in MCAsmInfo()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1271 bool NeedsLocalForSize = MAI->needsLocalForSize(); in SetupMachineFunction() local
1273 MMI->hasEHFunclets() || NeedsLocalForSize) { in SetupMachineFunction()
1275 if (NeedsLocalForSize) in SetupMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1569 bool NeedsLocalForSize = MAI->needsLocalForSize(); in SetupMachineFunction() local
1570 if (needFuncLabelsForEHOrDebugInfo(MF, MMI) || NeedsLocalForSize || in SetupMachineFunction()
1573 if (NeedsLocalForSize) in SetupMachineFunction()