Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPrologEpilogInserter.cpp338 bool AtStart = I == MBB->begin(); in insertCSRSpillsAndRestores() local
340 if (!AtStart) in insertCSRSpillsAndRestores()
356 if (AtStart) in insertCSRSpillsAndRestores()
438 bool AtStart = I == MBB->begin(); in insertCSRSpillsAndRestores() local
440 if (!AtStart) in insertCSRSpillsAndRestores()
455 if (AtStart) in insertCSRSpillsAndRestores()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreFrameLowering.cpp315 bool AtStart = MI == MBB.begin(); in restoreCalleeSavedRegisters() local
317 if (!AtStart) in restoreCalleeSavedRegisters()
329 if (AtStart) in restoreCalleeSavedRegisters()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp459 bool AtStart = MI == MBB.begin(); in restoreCalleeSavedRegisters() local
461 if (!AtStart) in restoreCalleeSavedRegisters()
475 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/lib/Transforms/Scalar/
DGVN.cpp2197 bool AtStart = BI == BB->begin(); in processBlock() local
2198 if (!AtStart) in processBlock()
2210 if (AtStart) in processBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp2122 bool AtStart = I == MBB.begin(); in restoreCalleeSavedRegisters() local
2124 if (!AtStart) in restoreCalleeSavedRegisters()
2169 if (AtStart) in restoreCalleeSavedRegisters()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVN.cpp2103 bool AtStart = BI == BB->begin(); in processBlock() local
2104 if (!AtStart) in processBlock()
2129 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/v8/src/regexp/
Djsregexp.h770 static AssertionNode* AtStart(RegExpNode* on_success) { in AtStart() function
Djsregexp.cc5623 return AssertionNode::AtStart(on_success); in ToNode()