Searched refs:getStartLoc (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp150 // getStartLoc - Gets location of the first token of this operand
151 SMLoc getStartLoc() const override { return StartLoc; }
675 ErrorLoc = ((LanaiOperand &)*Operands[ErrorInfo]).getStartLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1694 /// getStartLoc - Get the location of the first token of this operand.
1695 SMLoc getStartLoc() const override { return StartLoc; }
5917 SMLoc ErrorLoc = Operands[ErrorInfo]->getStartLoc();
5948 ErrorLoc = Operands[ErrorInfo]->getStartLoc();
6102 SMLoc ErrorStart = Operands[3]->getStartLoc();
6108 SMLoc ErrorStart = Operands[3]->getStartLoc();
6114 SMLoc ErrorStart = Operands[3]->getStartLoc();
6408 StartLoc = Operand.getStartLoc();
7646 reportParseError(RegOpnd.getStartLoc(), "invalid register");
7679 reportParseError(RegOpnd.getStartLoc(), "invali
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp869 DebugLoc DL = TheLoop->getStartLoc();
903 if (const DebugLoc LoopDbgLoc = L->getStartLoc())
2809 L->getStartLoc(), L->getHeader())
7918 L->getStartLoc(), L->getHeader())
7923 L->getStartLoc(), L->getHeader())
7931 L->getStartLoc(), L->getHeader())
7939 L->getStartLoc(), L->getHeader())
7963 return OptimizationRemark(LV_NAME, "Interleaved", L->getStartLoc(),
7983 return OptimizationRemark(LV_NAME, "Vectorized", L->getStartLoc(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp702 SMLoc getStartLoc() const override {
2029 StartLoc = R->getStartLoc();
2662 Error(Op.getStartLoc(), "expected an absolute expression");
2696 Error(Op.getStartLoc(), "expected an absolute expression");
3400 return Op.getStartLoc();
3449 return Op.getStartLoc();
3732 ErrorLoc = ((AMDGPUOperand &)*Operands[ErrorInfo]).getStartLoc();
5950 SMLoc Loc = Opr.getStartLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp312 /// getStartLoc - Get the location of the first token of this operand.
313 SMLoc getStartLoc() const override {
620 ErrorLoc = ((SparcOperand &)*Operands[ErrorInfo]).getStartLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp394 /// getStartLoc - Get the location of the first token of this operand.
395 SMLoc getStartLoc() const override { return StartLoc; }
756 ErrorLoc = ((VEOperand &)*Operands[ErrorInfo]).getStartLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h841 DebugLoc getStartLoc() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp613 DebugLoc Loop::getStartLoc() const { return getLocRange().getStart(); }
H A DLoopAccessAnalysis.cpp2128 DebugLoc DL = TheLoop->getStartLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h86 /// getStartLoc - Get the location of the first token of this operand.
87 SMLoc getStartLoc() const override { return StartLoc; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp238 /// getStartLoc - Get the location of the first token of this operand.
239 SMLoc getStartLoc() const override { return StartLoc; }
1175 ErrorLoc = ((PPCOperand &)*Operands[ErrorInfo]).getStartLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp765 BI->setDebugLoc(LI->getLoopFor(BB)->getStartLoc());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp3181 L->getStartLoc(), L->getHeader());

Completed in 316 milliseconds

12