Home
last modified time | relevance | path

Searched refs:IsGlobalLV (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DMCAsmParser.h54 bool IsGlobalLV; member
81 Var.IsGlobalLV = isGlobalLV; in setVar()
/external/llvm-project/llvm/include/llvm/MC/MCParser/
DMCAsmParser.h54 bool IsGlobalLV; member
81 Var.IsGlobalLV = isGlobalLV; in setVar()
/external/llvm-project/clang/lib/Sema/
DSemaStmtAsm.cpp737 bool IsGlobalLV = false; in FillInlineAsmIdentifierInfo() local
739 IsGlobalLV = Eval.isGlobalLValue(); in FillInlineAsmIdentifierInfo()
740 Info.setVar(Res, IsGlobalLV, Size, Type); in FillInlineAsmIdentifierInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1431 bool IsGlobalLV = false; in CreateMemForInlineAsm() local
1436 IsGlobalLV = Info.Var.IsGlobalLV; in CreateMemForInlineAsm()
1440 if (IsGlobalLV && (BaseReg || IndexReg)) { in CreateMemForInlineAsm()
1962 Info.Var.Decl, Info.Var.IsGlobalLV); in ParseIntelOperand()
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1751 bool IsGlobalLV = false; in CreateMemForMSInlineAsm() local
1756 IsGlobalLV = Info.Var.IsGlobalLV; in CreateMemForMSInlineAsm()
1760 if (IsGlobalLV && (BaseReg || IndexReg)) { in CreateMemForMSInlineAsm()
2539 Info.Var.IsGlobalLV)); in ParseIntelOperand()