| /llvm-project-15.0.7/mlir/lib/AsmParser/ |
| H A D | Token.h | 120 SMRange getLocRange() const;
|
| H A D | Token.cpp | 24 SMRange Token::getLocRange() const { return SMRange(getLoc(), getEndLoc()); } in getLocRange() function in Token
|
| H A D | AttributeParser.cpp | 167 referenceLocations.push_back(getToken().getLocRange()); in parseAttribute() 196 referenceLocations.push_back(getToken().getLocRange()); in parseAttribute()
|
| H A D | AsmParserImpl.h | 451 atToken.getLocRange()); in parseOptionalSymbolName()
|
| H A D | Parser.cpp | 1153 op, nameTok.getLocRange(), /*endLoc=*/getToken().getLoc(), in parseOperation() 1169 state.asmState->finalizeOperationDefinition(op, nameTok.getLocRange(), in parseOperation() 1386 state.asmState->finalizeOperationDefinition(op, nameToken.getLocRange(), in parseGenericOperation()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCAsmMacro.h | 87 SMRange getLocRange() const;
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | MCAsmLexer.cpp | 34 SMRange AsmToken::getLocRange() const { in getLocRange() function in AsmToken
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | LoopInfo.cpp | 627 DebugLoc Loop::getStartLoc() const { return getLocRange().getStart(); } in getStartLoc() 629 Loop::LocRange Loop::getLocRange() const { in getLocRange() function in Loop
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 295 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function in __anon4f8b82ce0111::SystemZOperand 1576 ((SystemZOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
|
| /llvm-project-15.0.7/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 | 4333 Op.getLocRange(), MatchingInlineAsm); in MatchAndEmitATTInstruction() 4348 SMRange OperandRange = Operand.getLocRange(); in MatchAndEmitATTInstruction() 4519 Op.getLocRange(), MatchingInlineAsm); in MatchAndEmitIntelInstruction() 4564 UnsizedMemOp->getLocRange()); in MatchAndEmitIntelInstruction()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | LoopInfo.h | 886 LocRange getLocRange() const;
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 242 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function 1170 ((PPCOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 904 SMRange getLocRange() const { in getLocRange() function in __anon71e405cc0111::AMDGPUOperand 4909 SMRange IDRange = getTok().getLocRange(); in ParseDirectiveAMDHSAKernel()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 946 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function in __anon2aa686d00111::ARMOperand 11024 ((ARMOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 6199 SMRange RegRange = RegTok.getLocRange(); in matchCPURegisterName()
|