Home
last modified time | relevance | path

Searched defs:Regs (Results 1 - 25 of 39) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp75 decodeRegisterClass(MCInst &Inst, uint64_t RegNo, const MCPhysReg (&Regs)[N]) decodeRegisterClass() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp82 decodeRegisterClass(MCInst &Inst, uint64_t RegNo, const unsigned *Regs, unsigned Size) decodeRegisterClass() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp83 GetGroupRegs( unsigned Group, std::vector<unsigned> &Regs, std::multimap<unsigned, AggressiveAntiDepState::RegisterReference> *RegRefs) GetGroupRegs() argument
[all...]
H A DCallingConvLower.cpp199 void CCState::getRemainingRegParmsForType(SmallVectorImpl<MCPhysReg> &Regs, in getRemainingRegParmsForType() argument
H A DMachineCopyPropagation.cpp99 void markRegsUnavailable(ArrayRef<unsigned> Regs, in markRegsUnavailable() argument
H A DLiveDebugValues.cpp1440 static void collectRegDefs(const MachineInstr &MI, DefinedRegsSet &Regs, in collectRegDefs() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegisterInfo.cpp135 static const unsigned Regs[2][2] = { in getFrameRegister() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h47 SmallVector<Register, 4> Regs; member
H A DLegalizationArtifactCombiner.h364 SmallVector<Register, 2> Regs; in tryCombineMerges() local
H A DIRTranslator.h566 auto Regs = getOrCreateVRegs(Val); in getOrCreateVReg() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DHWEventListener.h74 HWInstructionDispatchedEvent(const InstRef &IR, ArrayRef<unsigned> Regs, in HWInstructionDispatchedEvent() argument
95 HWInstructionRetiredEvent(const InstRef &IR, ArrayRef<unsigned> Regs) in HWInstructionRetiredEvent() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp344 auto Regs = RC.getRegisters(); in allocateVGPRSpillToAGPR() local
H A DAMDGPUCallLowering.cpp489 packSplitRegsToOrigType(MachineIRBuilder &B, ArrayRef<Register> OrigRegs, ArrayRef<Register> Regs, LLT LLTy, LLT PartLLT) packSplitRegsToOrigType() argument
[all...]
H A DSILoadStoreOptimizer.cpp520 const unsigned Regs = getRegs(I->getOpcode(), TII); in setMI() local
1236 const unsigned Regs = getRegs(Opcode, *TII); in mergeBufferLoadPair() local
1298 const unsigned Regs in mergeTBufferLoadPair() local
1377 const unsigned Regs = getRegs(Opcode, *TII); mergeTBufferStorePair() local
1539 const unsigned Regs = getRegs(Opcode, *TII); mergeBufferStorePair() local
[all...]
H A DSIMachineScheduler.cpp1682 void SIScheduleBlockScheduler::addLiveRegs(std::set<unsigned> &Regs) { in addLiveRegs() argument
1692 decreaseLiveRegs(SIScheduleBlock *Block, std::set<unsigned> &Regs) decreaseLiveRegs() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp161 auto Regs = getRegisters(); in getRegister() local
555 auto Regs = getRegisters(); in toString() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp388 const MCPhysReg * Regs = MF.getRegInfo().getCalleeSavedRegs(); in determineCalleeSaves() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h850 SmallVector<unsigned, 4> Regs; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h371 unsigned AllocateReg(ArrayRef<MCPhysReg> Regs) { in AllocateReg() argument
385 unsigned AllocateRegBlock(ArrayRef<MCPhysReg> Regs, unsigne argument
412 AllocateReg(ArrayRef<MCPhysReg> Regs, const MCPhysReg *ShadowRegs) AllocateReg() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp612 static bool ContainsReg(const ArrayRef<std::pair<unsigned, bool>> &Regs, in ContainsReg() argument
623 CreateLoadStoreMulti( MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, int Offset, unsigned Base, bool BaseKill, unsigned Opcode, ARMCC::CondCodes Pred, unsigned PredReg, const DebugLoc &DL, ArrayRef<std::pair<unsigned, bool>> Regs, ArrayRef<MachineInstr*> Instrs) CreateLoadStoreMulti() argument
830 CreateLoadStoreDouble( MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, int Offset, unsigned Base, bool BaseKill, unsigned Opcode, ARMCC::CondCodes Pred, unsigned PredReg, const DebugLoc &DL, ArrayRef<std::pair<unsigned, bool>> Regs, ArrayRef<MachineInstr*> Instrs) const CreateLoadStoreDouble() argument
860 SmallVector<std::pair<unsigned, bool>, 8> Regs; MergeOpsUpdate() local
[all...]
H A DARMFrameLowering.cpp1074 SmallVector<unsigned, 4> Regs; emitPopInst() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp2454 unsigned Regs[] = {Mips::S0, Mips::S1, Mips::S2, Mips::S3}; in DecodeRegListOperand16() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp741 parseRegister(Register &Reg, RegisterGroup Group, const unsigned *Regs, bool IsAddress) parseRegister() argument
758 parseRegister(OperandVector &Operands, RegisterGroup Group, const unsigned *Regs, RegisterKind Kind) parseRegister() argument
896 parseAddress(OperandVector &Operands, MemoryKind MemKind, const unsigned *Regs, RegisterKind RegKind) parseAddress() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp701 SDValue Regs[2]; in selectBDVAddr12Only() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp164 auto *Regs = VMap.getVRegs(Val); in allocateVRegs() local
1032 auto &Regs = *VMap.getVRegs(U); translateBitCast() local
1879 auto &Regs = *VMap.getVRegs(U); translateInsertElement() local
1903 auto &Regs = *VMap.getVRegs(U); translateExtractElement() local
[all...]

Completed in 65 milliseconds

12