Home
last modified time | relevance | path

Searched defs:UseLongCalls (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h48 bool UseLongCalls = false; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h51 bool UseLongCalls = false; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSubtarget.h193 bool UseLongCalls = false; variable
H A DMipsISelLowering.cpp3375 bool UseLongCalls = Subtarget.useLongCalls(); in LowerCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsSubtarget.h199 bool UseLongCalls = false; variable
H A DMipsISelLowering.cpp3403 bool UseLongCalls = Subtarget.useLongCalls(); in LowerCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h138 bool UseLongCalls; variable