Home
last modified time | relevance | path

Searched refs:getLocRange (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h87 SMRange getLocRange() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp35 SMRange AsmToken::getLocRange() const { in getLocRange() function in AsmToken
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp633 DebugLoc Loop::getStartLoc() const { return getLocRange().getStart(); } in getStartLoc()
635 Loop::LocRange Loop::getLocRange() const { in getLocRange() function in Loop
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp291 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function in __anonc1ff31d20111::SystemZOperand
1544 ((SystemZOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h95 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function
H A DX86AsmParser.cpp4324 Op.getLocRange(), MatchingInlineAsm); in MatchAndEmitATTInstruction()
4339 SMRange OperandRange = Operand.getLocRange(); in MatchAndEmitATTInstruction()
4513 Op.getLocRange(), MatchingInlineAsm); in MatchAndEmitIntelInstruction()
4559 UnsizedMemOp->getLocRange()); in MatchAndEmitIntelInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h864 LocRange getLocRange() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp240 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function
1183 ((PPCOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp873 SMRange getLocRange() const { in getLocRange() function in __anond6d823d00111::AMDGPUOperand
4554 SMRange IDRange = getTok().getLocRange(); in ParseDirectiveAMDHSAKernel()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp936 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function in __anon296d71d40111::ARMOperand
10996 ((ARMOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6199 SMRange RegRange = RegTok.getLocRange(); in matchCPURegisterName()