Home
last modified time | relevance | path

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

/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/lib/Target/XCore/
DXCoreFrameLowering.cpp457 bool AtStart = MI == MBB.begin(); in restoreCalleeSavedRegisters() local
459 if (!AtStart) in restoreCalleeSavedRegisters()
473 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/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/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()