| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAsmMacro.h | 80 LLVM_ABI SMRange getLocRange() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TGLexer.h | 243 SMRange getLocRange() const;
|
| H A D | TGLexer.cpp | 100 SMRange TGLexer::getLocRange() const { in getLocRange() function in TGLexer
|
| H A D | TGParser.cpp | 721 Result->appendReferenceLoc(Lex.getLocRange()); in ParseClassID() 2753 SMRange NameLoc = Lex.getLocRange(); in ParseSimpleValue() 3055 SMRange FieldNameLoc = Lex.getLocRange(); in ParseValue()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopInfo.h | 382 LocRange getLocRange() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopInfo.cpp | 632 DebugLoc Loop::getStartLoc() const { return getLocRange().getStart(); } in getStartLoc() 634 Loop::LocRange Loop::getLocRange() const { in getLocRange() function in Loop
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 301 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function in __anonde0c959e0111::SystemZOperand 1639 ((SystemZOperand &)*Operands[0]).getLocRange()); in matchAndEmitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86Operand.h | 105 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function
|
| H A D | X86AsmParser.cpp | 4447 Op.getLocRange(), MatchingInlineAsm); in matchAndEmitATTInstruction() 4462 SMRange OperandRange = Operand.getLocRange(); in matchAndEmitATTInstruction() 4602 Op.getLocRange(), MatchingInlineAsm); in matchAndEmitIntelInstruction() 4647 UnsizedMemOp->getLocRange()); in matchAndEmitIntelInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmLexer.cpp | 38 SMRange AsmToken::getLocRange() const { return SMRange(getLoc(), getEndLoc()); } in getLocRange() function in AsmToken
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 241 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function 1294 ((PPCOperand &)*Operands[0]).getLocRange()); in matchAndEmitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1031 SMRange getLocRange() const { in getLocRange() function in __anon6862249c0111::AMDGPUOperand 5833 SMRange IDRange = getTok().getLocRange(); in ParseDirectiveAMDHSAKernel()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 975 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function in __anon6be9c9a00111::ARMOperand 11513 ((ARMOperand &)*Operands[0]).getLocRange()); in matchAndEmitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 6213 SMRange RegRange = RegTok.getLocRange(); in matchCPURegisterName()
|