Home
last modified time | relevance | path

Searched defs:createReg (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h134 static MCOperand createReg(unsigned Reg) { in createReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp209 static std::unique_ptr<BPFOperand> createReg(unsigned RegNo, SMLoc S, in createReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp299 static std::unique_ptr<XtensaOperand> createReg(unsigned RegNo, SMLoc S, in createReg() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h98 static MCAOperand createReg(unsigned Reg) { in createReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp592 static std::unique_ptr<LanaiOperand> createReg(unsigned RegNum, SMLoc Start, in createReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp481 static std::unique_ptr<CSKYOperand> createReg(unsigned RegNo, SMLoc S, in createReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp562 static std::unique_ptr<LoongArchOperand> createReg(unsigned RegNo, SMLoc S, in createReg() function in __anon571544da0111::LoongArchOperand
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp174 createReg(RegisterKind Kind, unsigned Num, SMLoc StartLoc, SMLoc EndLoc) { in createReg() function in __anonde0c959e0111::SystemZOperand
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1113 createReg(unsigned RegNo, SMLoc S, SMLoc E, bool IsGPRAsFPR = false) { in createReg() function