Home
last modified time | relevance | path

Searched defs:NumRegs (Results 1 – 25 of 160) sorted by relevance

1234567

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp26 unsigned NumRegs) in RegisterFile()
33 void RegisterFile::initialize(const MCSchedModel &SM, unsigned NumRegs) { in initialize()
441 unsigned NumRegs = NumPhysRegs[I]; in isAvailable() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp108 unsigned NumRegs = 1; in getRegistersForValue() local
552 unsigned NumRegs = OpInfo.Regs.size(); in lowerInlineAsm() local
579 unsigned NumRegs = OpInfo.Regs.size(); in lowerInlineAsm() local
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp126 uint8_t NumRegs; // D registers loaded or stored member
399 unsigned NumRegs = TableEntry->NumRegs; in ExpandVLD() local
464 unsigned NumRegs = TableEntry->NumRegs; in ExpandVST() local
517 unsigned NumRegs = TableEntry->NumRegs; in ExpandLaneOp() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp129 uint8_t NumRegs; // D registers loaded or stored member
477 unsigned NumRegs = TableEntry->NumRegs; in ExpandVLD() local
588 unsigned NumRegs = TableEntry->NumRegs; in ExpandVST() local
664 unsigned NumRegs = TableEntry->NumRegs; in ExpandLaneOp() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp65 unsigned NumRegs) in RegisterFile()
72 void RegisterFile::initialize(const MCSchedModel &SM, unsigned NumRegs) { in initialize()
674 unsigned NumRegs = NumPhysRegs[I]; in isAvailable() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNNSAReassign.cpp114 unsigned NumRegs = Intervals.size(); in tryAssignRegisters() local
147 unsigned NumRegs = Intervals.size(); in scavengeRegs() local
H A DAMDGPURegisterInfo.cpp75 unsigned AMDGPURegisterInfo::getSubRegFromChannel(unsigned Channel, unsigned NumRegs) { in getSubRegFromChannel()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DGCNNSAReassign.cpp111 unsigned NumRegs = Intervals.size(); in tryAssignRegisters() local
144 unsigned NumRegs = Intervals.size(); in scavengeRegs() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveVariables.cpp426 for (unsigned Reg = 1, NumRegs = TRI->getNumRegs(); Reg != NumRegs; ++Reg) { in HandleRegMask() local
564 void LiveVariables::runOnBlock(MachineBasicBlock *MBB, const unsigned NumRegs) { in runOnBlock()
625 const unsigned NumRegs = TRI->getNumRegs(); in runOnMachineFunction() local
H A DRegisterClassInfo.cpp96 unsigned NumRegs = RC->getNumRegs(); in compute() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DLiveVariables.cpp426 for (unsigned Reg = 1, NumRegs = TRI->getNumRegs(); Reg != NumRegs; ++Reg) { in HandleRegMask() local
566 void LiveVariables::runOnBlock(MachineBasicBlock *MBB, const unsigned NumRegs) { in runOnBlock()
627 const unsigned NumRegs = TRI->getNumRegs(); in runOnMachineFunction() local
H A DRegisterClassInfo.cpp84 unsigned NumRegs = RC->getNumRegs(); in compute() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DLiveVariables.cpp423 for (unsigned Reg = 1, NumRegs = TRI->getNumRegs(); Reg != NumRegs; ++Reg) { in HandleRegMask() local
558 void LiveVariables::runOnBlock(MachineBasicBlock *MBB, const unsigned NumRegs) { in runOnBlock()
616 const unsigned NumRegs = TRI->getNumRegs(); in runOnMachineFunction() local
H A DCFIInstrInserter.cpp153 unsigned NumRegs = TRI.getNumRegs(); in calculateCFAInfo() local
183 unsigned NumRegs = TRI.getNumRegs(); in calculateOutgoingCFAInfo() local
H A DRegisterClassInfo.cpp132 unsigned NumRegs = RC->getNumRegs(); in compute() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp162 uint8_t NumRegs; // D registers loaded or stored member
575 unsigned NumRegs = TableEntry->NumRegs; in ExpandVLD() local
696 unsigned NumRegs = TableEntry->NumRegs; in ExpandVST() local
772 unsigned NumRegs = TableEntry->NumRegs; in ExpandLaneOp() local
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86CallingConv.h54 static const unsigned NumRegs = sizeof(RegList)/sizeof(RegList[0]); in CC_X86_32_MCUInReg() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp38 unsigned NumRegs = TLI.getNumRegisters(F.getContext(), VT); in computeLegalValueVTs() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h33 unsigned NumRegs = 0; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h32 unsigned NumRegs = 0; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DRegisterClassInfo.h32 unsigned NumRegs = 0; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DRegisterClassInfo.h32 unsigned NumRegs = 0; member
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h29 unsigned NumRegs; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DRegisterClassInfo.h32 unsigned NumRegs = 0; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DRegisterClassInfo.h32 unsigned NumRegs = 0; member

1234567