Home
last modified time | relevance | path

Searched refs:UseLongCalls (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DHexagon.cpp145 UseLongCalls = true; in handleTargetFeatures()
147 UseLongCalls = false; in handleTargetFeatures()
237 .Case("long-calls", UseLongCalls) in hasFeature()
H A DHexagon.h36 bool UseLongCalls = false; variable
H A DPPC.cpp82 UseLongCalls = true; in handleTargetFeatures()
611 .Case("longcall", UseLongCalls) in hasFeature()
H A DPPC.h74 bool UseLongCalls = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h196 bool UseLongCalls = false; variable
341 bool useLongCalls() const { return UseLongCalls; } in useLongCalls()
H A DMips.td200 def FeatureLongCalls : SubtargetFeature<"long-calls", "UseLongCalls", "true",
H A DMipsISelLowering.cpp3578 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 DHexagonSubtarget.h51 bool UseLongCalls = false; variable
231 bool useLongCalls() const { return UseLongCalls; } in useLongCalls()
H A DHexagonSubtarget.cpp100 UseLongCalls = false; in initializeSubtargetDependencies()
152 UseLongCalls = OverrideLongCalls; in initializeSubtargetDependencies()
H A DHexagon.td99 def FeatureLongCalls: SubtargetFeature<"long-calls", "UseLongCalls", "true",
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHexagon.cpp166 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 DPPC.td180 def FeatureLongCall : SubtargetFeature<"longcall", "UseLongCalls", "true",