Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmMacro.h88 SMRange getLocRange() const;
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp36 SMRange AsmToken::getLocRange() const { in getLocRange() function in AsmToken
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp365 DebugLoc Loop::getStartLoc() const { return getLocRange().getStart(); } in getStartLoc()
367 Loop::LocRange Loop::getLocRange() const { in getLocRange() function in Loop
/freebsd-12.1/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h94 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function
H A DX86AsmParser.cpp3066 Op.getLocRange(), MatchingInlineAsm); in MatchAndEmitATTInstruction()
3077 SMRange OperandRange = Operand.getLocRange(); in MatchAndEmitATTInstruction()
3224 Op.getLocRange(), MatchingInlineAsm); in MatchAndEmitIntelInstruction()
3269 UnsizedMemOp->getLocRange()); in MatchAndEmitIntelInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp291 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function in __anone89483630111::SystemZOperand
1289 ((SystemZOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h587 LocRange getLocRange() const;
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp245 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function
1155 ((PPCOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp549 SMRange getLocRange() const { in getLocRange() function in __anon2619dd210111::AMDGPUOperand
2556 ((AMDGPUOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
2700 SMRange IDRange = getTok().getLocRange(); in ParseDirectiveAMDHSAKernel()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp835 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function in __anonb936c2650111::ARMOperand
9348 ((ARMOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp5583 SMRange RegRange = RegTok.getLocRange(); in matchCPURegisterName()