Searched refs:UseLongCalls (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Basic/Targets/ |
| H A D | Hexagon.cpp | 142 UseLongCalls = true; in handleTargetFeatures() 144 UseLongCalls = false; in handleTargetFeatures() 223 .Case("long-calls", UseLongCalls) in hasFeature()
|
| H A D | Hexagon.h | 35 bool UseLongCalls = false; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.h | 199 bool UseLongCalls = false; variable 338 bool useLongCalls() const { return UseLongCalls; } in useLongCalls()
|
| H A D | Mips.td | 200 def FeatureLongCalls : SubtargetFeature<"long-calls", "UseLongCalls", "true",
|
| H A D | MipsISelLowering.cpp | 3403 bool UseLongCalls = Subtarget.useLongCalls(); in LowerCall() local 3408 UseLongCalls = true; in LowerCall() 3410 UseLongCalls = false; in LowerCall() 3412 if (UseLongCalls) in LowerCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.h | 51 bool UseLongCalls = false; variable 216 bool useLongCalls() const { return UseLongCalls; } in useLongCalls()
|
| H A D | HexagonSubtarget.cpp | 105 UseLongCalls = false; in initializeSubtargetDependencies() 157 UseLongCalls = OverrideLongCalls; in initializeSubtargetDependencies()
|
| H A D | Hexagon.td | 87 def FeatureLongCalls: SubtargetFeature<"long-calls", "UseLongCalls", "true",
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | Hexagon.cpp | 167 bool UseLongCalls = false; in getHexagonTargetFeatures() local 171 UseLongCalls = true; in getHexagonTargetFeatures() 174 Features.push_back(UseLongCalls ? "+long-calls" : "-long-calls"); in getHexagonTargetFeatures()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 179 def FeatureLongCall : SubtargetFeature<"longcall", "UseLongCalls", "true",
|