Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstBuilder.h31 MCInstBuilder &setLoc(SMLoc SM) { in setLoc() function
32 Inst.setLoc(SM); in setLoc()
H A DMCInst.h203 void setLoc(SMLoc loc) { Loc = loc; } in setLoc() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp180 TmpInst.setLoc(IDLoc); in emitR()
190 TmpInst.setLoc(IDLoc); in emitRX()
210 TmpInst.setLoc(IDLoc); in emitII()
222 TmpInst.setLoc(IDLoc); in emitRRX()
241 TmpInst.setLoc(IDLoc); in emitRRRX()
262 TmpInst.setLoc(IDLoc); in emitRRIII()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp368 Inst.setLoc(IDLoc); in processInstruction()
389 TmpInst.setLoc(IDLoc); in processInstruction()
405 TmpInst.setLoc(IDLoc); in processInstruction()
442 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3348 .setLoc(IDLoc)); in emitVMSGE()
3353 .setLoc(IDLoc)); in emitVMSGE()
3366 .setLoc(IDLoc)); in emitVMSGE()
3371 .setLoc(IDLoc)); in emitVMSGE()
3387 .setLoc(IDLoc)); in emitVMSGE()
3392 .setLoc(IDLoc)); in emitVMSGE()
3406 .setLoc(IDLoc)); in emitVMSGE()
3411 .setLoc(IDLoc)); in emitVMSGE()
3416 .setLoc(IDLoc)); in emitVMSGE()
3421 .setLoc(IDLoc)); in emitVMSGE()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp82 MCB.setLoc(Loc); in copyTo()
H A DHexagonMCDuplexInfo.cpp698 Result.setLoc(Inst.getLoc()); in deriveSubInst()
H A DHexagonMCInstrInfo.cpp97 XMCI->setLoc(MCI.getLoc()); in addConstExtender()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp321 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp826 Inst.setLoc(IDLoc); in processLRW()
874 Inst.setLoc(IDLoc); in processJSRI()
895 Inst.setLoc(IDLoc); in processJMPI()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp685 TmpInst.setLoc(IDLoc); in expandSET()
710 TmpInst.setLoc(IDLoc); in expandSET()
805 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h800 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc() function
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp266 Inst.setLoc(Loc); in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp477 MCB.setLoc(IDLoc); in finishBundle()
566 MCI.setLoc(IDLoc); in matchOneInstruction()
574 MCI.setLoc(IDLoc); in matchOneInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp317 Inst.setLoc(Loc); in emit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp898 NameInfo.setLoc(AsmLoc); in LookupInlineAsmVarDeclField()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp1021 Inst.setLoc(Loc); in emit()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4116 Inst.setLoc(IDLoc); in MatchFPUWaitAlias()
4206 Inst.setLoc(IDLoc); in matchAndEmitATTInstruction()
4310 Inst.setLoc(IDLoc); in matchAndEmitATTInstruction()
4540 Inst.setLoc(IDLoc); in matchAndEmitIntelInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1010 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1534 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp772 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp1338 Inst.setLoc(IDLoc); in processInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1265 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1880 Inst.setLoc(IDLoc); in processInstruction()
2705 JalrInst.setLoc(IDLoc); in expandJalWithRegs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6538 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()

12