Searched defs:RegList (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp124 ListInit *RegList = Action->getValueAsListInit("RegList"); local
145 ListInit *RegList = Action->getValueAsListInit("RegList"); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.cpp92 ArrayRef<MCPhysReg> RegList; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallingConv.cpp24 static const MCPhysReg RegList[] = { ARM::R0, ARM::R1, ARM::R2, ARM::R3 }; local
197 ArrayRef<MCPhysReg> RegList; local
284 CustomAssignInRegList(unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, CCState &State, ArrayRef<MCPhysReg> RegList) argument
[all...]
H A DARMBaseRegisterInfo.cpp68 const MCPhysReg *RegList = local
H A DARMBaseInstrInfo.cpp2505 SmallVector<MachineOperand, 4> RegList; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.cpp33 static const MCPhysReg RegList[] = {X86::EAX, X86::ECX, X86::EDX, X86::EDI, local
96 ArrayRef<MCPhysReg> RegList = CC_X86_VectorCallGetSSEs(ValVT); local
242 static const MCPhysReg RegList[] = {X86::EAX, X86::EDX, X86::ECX}; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp98 void ARMTargetStreamer::emitRegSave(const SmallVectorImpl<unsigned> &RegList, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp469 ArrayRef<MCPhysReg> RegList; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp58 static const MCPhysReg RegList[] = { local
84 static const MCPhysReg RegList[] = { local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2508 const SmallVectorImpl<unsigned> &RegList = getRegList(); local
2516 const SmallVectorImpl<unsigned> &RegList = getRegList(); local
3905 const SmallVectorImpl<unsigned> &RegList = getRegList(); local
8086 auto &RegList = Op.getRegList(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp882 struct RegListOp RegList; member in union:__anon4201::MipsOperand::__anon4202
[all...]

Completed in 296 milliseconds