Home
last modified time | relevance | path

Searched refs:setLoc (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp151 TmpInst.setLoc(IDLoc); in emitR()
161 TmpInst.setLoc(IDLoc); in emitRX()
181 TmpInst.setLoc(IDLoc); in emitII()
193 TmpInst.setLoc(IDLoc); in emitRRX()
220 TmpInst.setLoc(IDLoc); in emitRRIII()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp84 MCB.setLoc(Loc); in copyTo()
H A DHexagonMCInstrInfo.cpp98 XMCI->setLoc(MCI.getLoc()); in addConstExtender()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCInst.h179 void setLoc(SMLoc loc) { Loc = loc; }
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp545 TmpInst.setLoc(IDLoc); in expandSET()
570 TmpInst.setLoc(IDLoc); in expandSET()
593 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp297 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclarationName.h723 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc() function
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1386 CInst.setLoc(Inst.getLoc()); in emitToStreamer()
1444 Inst.setLoc(IDLoc); in processInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp263 Inst.setLoc(Loc); in MatchAndEmitInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp293 Inst.setLoc(Loc); in emit()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp470 MCB.setLoc(IDLoc); in finishBundle()
557 MCI.setLoc(IDLoc); in matchOneInstruction()
565 MCI.setLoc(IDLoc); in matchOneInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2902 Inst.setLoc(IDLoc); in MatchFPUWaitAlias()
2969 Inst.setLoc(IDLoc); in MatchAndEmitATTInstruction()
3026 Inst.setLoc(IDLoc); in MatchAndEmitATTInstruction()
3259 Inst.setLoc(IDLoc); in MatchAndEmitIntelInstruction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp804 NameInfo.setLoc(AsmLoc); in LookupInlineAsmVarDeclField()
H A DSemaDecl.cpp4938 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1251 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1145 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1778 Inst.setLoc(IDLoc); in processInstruction()
2577 JalrInst.setLoc(IDLoc); in expandJalWithRegs()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2544 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4817 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp9331 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp8676 NameInfo.setLoc(ReadSourceLocation(F, Record, Idx)); in ReadDeclarationNameInfo()