Searched refs:UseLongCalls (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | Hexagon.cpp | 145 UseLongCalls = true; in handleTargetFeatures() 147 UseLongCalls = false; in handleTargetFeatures() 237 .Case("long-calls", UseLongCalls) in hasFeature()
|
| H A D | Hexagon.h | 36 bool UseLongCalls = false; variable
|
| H A D | PPC.cpp | 82 UseLongCalls = true; in handleTargetFeatures() 611 .Case("longcall", UseLongCalls) in hasFeature()
|
| H A D | PPC.h | 74 bool UseLongCalls = false; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.h | 196 bool UseLongCalls = false; variable 341 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 | 3578 bool UseLongCalls = Subtarget.useLongCalls(); in LowerCall() local 3583 UseLongCalls = true; in LowerCall() 3585 UseLongCalls = false; in LowerCall() 3587 if (UseLongCalls) in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.h | 51 bool UseLongCalls = false; variable 231 bool useLongCalls() const { return UseLongCalls; } in useLongCalls()
|
| H A D | HexagonSubtarget.cpp | 100 UseLongCalls = false; in initializeSubtargetDependencies() 152 UseLongCalls = OverrideLongCalls; in initializeSubtargetDependencies()
|
| H A D | Hexagon.td | 99 def FeatureLongCalls: SubtargetFeature<"long-calls", "UseLongCalls", "true",
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Hexagon.cpp | 166 bool UseLongCalls = false; in getHexagonTargetFeatures() local 170 UseLongCalls = true; in getHexagonTargetFeatures() 173 Features.push_back(UseLongCalls ? "+long-calls" : "-long-calls"); in getHexagonTargetFeatures()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 180 def FeatureLongCall : SubtargetFeature<"longcall", "UseLongCalls", "true",
|