Home
last modified time | relevance | path

Searched refs:AtStart (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/lldb/unittests/Utility/
DAnsiTerminalTest.cpp26 TEST(AnsiTerminal, AtStart) { in TEST() argument
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp457 bool AtStart = MI == MBB.begin(); in restoreCalleeSavedRegisters() local
459 if (!AtStart) in restoreCalleeSavedRegisters()
473 if (AtStart) in restoreCalleeSavedRegisters()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp458 bool AtStart = MI == MBB.begin(); in restoreCalleeSavedRegisters() local
460 if (!AtStart) in restoreCalleeSavedRegisters()
474 if (AtStart) in restoreCalleeSavedRegisters()
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp453 bool AtStart = MI == MBB.begin(); in restoreCalleeSavedRegisters() local
455 if (!AtStart) in restoreCalleeSavedRegisters()
468 if (AtStart) in restoreCalleeSavedRegisters()
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp503 bool AtStart = I == MBB->begin(); in insertCSRSpillsAndRestores() local
505 if (!AtStart) in insertCSRSpillsAndRestores()
519 if (AtStart) in insertCSRSpillsAndRestores()
/external/clang/include/clang/AST/
DDeclObjC.h904 SourceLocation AtStart; variable
914 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {} in ObjCContainerDecl()
1036 SourceLocation getAtStartLoc() const { return AtStart; } in getAtStartLoc()
1037 void setAtStartLoc(SourceLocation Loc) { AtStart = Loc; } in setAtStartLoc()
1048 return SourceRange(AtStart, getAtEndRange().getEnd()); in getSourceRange()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1876 bool AtStart = I == MBB.begin(); in restoreCalleeSavedRegisters() local
1878 if (!AtStart) in restoreCalleeSavedRegisters()
1923 if (AtStart) in restoreCalleeSavedRegisters()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp2202 bool AtStart = BI == BB->begin(); in processBlock() local
2203 if (!AtStart) in processBlock()
2217 if (AtStart) in processBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp2369 bool AtStart = I == MBB.begin(); in restoreCalleeSavedRegisters() local
2371 if (!AtStart) in restoreCalleeSavedRegisters()
2425 if (AtStart) in restoreCalleeSavedRegisters()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2272 bool AtStart = BI == BB->begin(); in processBlock() local
2273 if (!AtStart) in processBlock()
2285 if (AtStart) in processBlock()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGVN.cpp2387 bool AtStart = BI == BB->begin(); in processBlock() local
2388 if (!AtStart) in processBlock()
2405 if (AtStart) in processBlock()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp2444 bool AtStart = I == MBB.begin(); in restoreCalleeSavedRegisters() local
2446 if (!AtStart) in restoreCalleeSavedRegisters()
2506 if (AtStart) in restoreCalleeSavedRegisters()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h1113 SourceLocation getAtStartLoc() const { return ObjCContainerDeclBits.AtStart; } in getAtStartLoc()
1116 ObjCContainerDeclBits.AtStart = Loc; in setAtStartLoc()
DDeclBase.h1677 SourceLocation AtStart; variable