Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp238 if (AllowTaggedGlobals && !isa<FunctionType>(GV->getValueType())) in ClassifyGlobalReference()
DAArch64Subtarget.h198 bool AllowTaggedGlobals = false; variable
DAArch64.td364 "AllowTaggedGlobals",
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp280 if (AllowTaggedGlobals && !isa<FunctionType>(GV->getValueType())) in ClassifyGlobalReference()
DAArch64Subtarget.h224 bool AllowTaggedGlobals = false; variable
DAArch64.td387 "AllowTaggedGlobals",
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc19300 if (Bits[AArch64::FeatureTaggedGlobals]) AllowTaggedGlobals = true;