Home
last modified time | relevance | path

Searched defs:Regs (Results 1 – 25 of 58) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64LowerHomogeneousPrologEpilog.cpp129 static std::string getFrameHelperName(SmallVectorImpl<unsigned> &Regs, in getFrameHelperName()
272 SmallVectorImpl<unsigned> &Regs, in getOrCreateFrameHelper()
356 SmallVectorImpl<unsigned> &Regs, in shouldUseFrameHelper()
434 SmallVector<unsigned, 8> Regs; in lowerEpilog() local
508 SmallVector<unsigned, 8> Regs; in lowerProlog() local
H A DAArch64ISelDAGToDAG.cpp1190 SDValue AArch64DAGToDAGISel::createDTuple(ArrayRef<SDValue> Regs) { in createDTuple()
1199 SDValue AArch64DAGToDAGISel::createQTuple(ArrayRef<SDValue> Regs) { in createQTuple()
1208 SDValue AArch64DAGToDAGISel::createZTuple(ArrayRef<SDValue> Regs) { in createZTuple()
1218 SDValue AArch64DAGToDAGISel::createTuple(ArrayRef<SDValue> Regs, in createTuple()
1256 SmallVector<SDValue, 4> Regs(N->op_begin() + Vec0Off, in SelectTable() local
1494 SmallVector<SDValue, 4> Regs(N->op_begin() + 2, N->op_begin() + 2 + NumVecs); in SelectStore() local
1513 SmallVector<SDValue, 4> Regs(N->op_begin() + 2, N->op_begin() + 2 + NumVecs); in SelectPredicatedStore() local
1558 SmallVector<SDValue, 4> Regs(N->op_begin() + 1, N->op_begin() + 1 + NumVecs); in SelectPostStore() local
1612 SmallVector<SDValue, 4> Regs(N->op_begin() + 2, N->op_begin() + 2 + NumVecs); in SelectLoadLane() local
1651 SmallVector<SDValue, 4> Regs(N->op_begin() + 1, N->op_begin() + 1 + NumVecs); in SelectPostLoadLane() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp83 const unsigned *Regs, unsigned Size) { in decodeRegisterClass()
292 const unsigned *Regs) { in decodeBDAddr12Operand()
302 const unsigned *Regs) { in decodeBDAddr20Operand()
312 const unsigned *Regs) { in decodeBDXAddr12Operand()
324 const unsigned *Regs) { in decodeBDXAddr20Operand()
336 const unsigned *Regs) { in decodeBDLAddr12Len4Operand()
348 const unsigned *Regs) { in decodeBDLAddr12Len8Operand()
360 const unsigned *Regs) { in decodeBDRAddr12Operand()
372 const unsigned *Regs) { in decodeBDVAddr12Operand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp240 SystemZCallingConventionRegisters *Regs = Subtarget->getSpecialRegisters(); in getCalleeSavedRegs() local
250 SystemZCallingConventionRegisters *Regs = Subtarget->getSpecialRegisters(); in getCallPreservedMask() local
259 SystemZCallingConventionRegisters *Regs = Subtarget->getSpecialRegisters(); in getReservedRegs() local
451 SystemZCallingConventionRegisters *Regs = Subtarget->getSpecialRegisters(); in getFrameRegister() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp67 static SDValue createTupleImpl(SelectionDAG &CurDAG, ArrayRef<SDValue> Regs, in createTupleImpl()
85 static SDValue createM1Tuple(SelectionDAG &CurDAG, ArrayRef<SDValue> Regs, in createM1Tuple()
95 static SDValue createM2Tuple(SelectionDAG &CurDAG, ArrayRef<SDValue> Regs, in createM2Tuple()
104 static SDValue createM4Tuple(SelectionDAG &CurDAG, ArrayRef<SDValue> Regs, in createM4Tuple()
110 static SDValue createTuple(SelectionDAG &CurDAG, ArrayRef<SDValue> Regs, in createTuple()
174 SmallVector<SDValue, 8> Regs(Node->op_begin() + CurOp, in selectVLSEG() local
215 SmallVector<SDValue, 8> Regs(Node->op_begin() + CurOp, in selectVLSEGFF() local
259 SmallVector<SDValue, 8> Regs(Node->op_begin() + CurOp, in selectVLXSEG() local
306 SmallVector<SDValue, 8> Regs(Node->op_begin() + 2, Node->op_begin() + 2 + NF); in selectVSSEG() local
336 SmallVector<SDValue, 8> Regs(Node->op_begin() + 2, Node->op_begin() + 2 + NF); in selectVSXSEG() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h336 unsigned getFirstUnallocated(ArrayRef<MCPhysReg> Regs) const { in getFirstUnallocated()
370 MCPhysReg AllocateReg(ArrayRef<MCPhysReg> Regs) { in AllocateReg()
384 MCPhysReg AllocateRegBlock(ArrayRef<MCPhysReg> Regs, unsigned RegsRequired) { in AllocateRegBlock()
411 MCRegister AllocateReg(ArrayRef<MCPhysReg> Regs, const MCPhysReg *ShadowRegs) { in AllocateReg()
H A DRDFRegisters.h153 BitVector Regs; member
H A DRegisterPressure.h275 RegSet Regs; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DHWEventListener.h74 HWInstructionDispatchedEvent(const InstRef &IR, ArrayRef<unsigned> Regs, in HWInstructionDispatchedEvent()
95 HWInstructionRetiredEvent(const InstRef &IR, ArrayRef<unsigned> Regs) in HWInstructionRetiredEvent()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp136 TaintedSubRegions Regs = SavedRegs ? *SavedRegs : F.getEmptyMap(); in addPartialTaint() local
202 if (const TaintedSubRegions *Regs = in isTainted() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp218 const CodeGenRegister::Vec &Regs = RC.getMembers(); in EmitRegUnitPressure() local
383 raw_ostream &OS, const std::deque<CodeGenRegister> &Regs, bool isCtor) { in EmitRegMappingTables()
510 raw_ostream &OS, const std::deque<CodeGenRegister> &Regs, bool isCtor) { in EmitRegMapping()
874 const auto &Regs = RegBank.getRegisters(); in runMCDesc() local
1441 const auto &Regs = RegBank.getRegisters(); in runTargetDesc() local
1579 const SetTheory::RecVec *Regs = RegBank.getSets().expand(CSRSet); in runTargetDesc() local
H A DCodeGenRegisters.cpp209 RegUnitIterator(const CodeGenRegister::Vec &Regs): in RegUnitIterator()
1121 std::vector<Record*> Regs = Records.getAllDerivedDefinitions("Register"); in CodeGenRegBank() local
1580 CodeGenRegister::Vec Regs; member
1609 const CodeGenRegister::Vec &Regs = RegClass.getMembers(); in computeUberSets() local
2393 BitVector CodeGenRegBank::computeCoveredRegisters(ArrayRef<Record*> Regs) { in computeCoveredRegisters()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DRegisterAliasing.cpp82 std::string debugString(const MCRegisterInfo &RegInfo, const BitVector &Regs) { in debugString()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegisterInfo.cpp144 static const unsigned Regs[2][2] = { in getFrameRegister() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp162 auto Regs = getRegisters(); in getRegister() local
648 auto Regs = getRegisters(); in toString() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp99 auto InsertUsesDefs = [&](RegList &Regs, RegisterSet &UsesDefs) { in INITIALIZE_PASS()
H A DARMLoadStoreOptimizer.cpp614 static bool ContainsReg(const ArrayRef<std::pair<unsigned, bool>> &Regs, in ContainsReg()
629 ArrayRef<std::pair<unsigned, bool>> Regs, in CreateLoadStoreMulti()
836 ArrayRef<std::pair<unsigned, bool>> Regs, in CreateLoadStoreDouble()
862 SmallVector<std::pair<unsigned, bool>, 8> Regs; in MergeOpsUpdate() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp536 AddressRegs Regs = getRegs(Opc, TII); in setMI() local
1334 AddressRegs Regs = getRegs(Opcode, *TII); in mergeBufferLoadPair() local
1395 AddressRegs Regs = getRegs(Opcode, *TII); in mergeTBufferLoadPair() local
1473 AddressRegs Regs = getRegs(Opcode, *TII); in mergeTBufferStorePair() local
1628 AddressRegs Regs = getRegs(Opcode, *TII); in mergeBufferStorePair() local
H A DSIMachineFunctionInfo.cpp383 auto Regs = RC.getRegisters(); in allocateVGPRSpillToAGPR() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp329 SmallVector<int, 4> Regs; in visitSoftInstr() local
H A DAggressiveAntiDepBreaker.cpp80 std::vector<unsigned> &Regs, in GetGroupRegs()
554 std::vector<unsigned> Regs; in FindSuitableFreeRegisters() local
H A DCallingConvLower.cpp206 void CCState::getRemainingRegParmsForType(SmallVectorImpl<MCPhysReg> &Regs, in getRemainingRegParmsForType()
H A DRDFRegisters.cpp333 BitVector Regs = PRI.getUnitAliases(U); in makeRegRef() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp40 SmallVector<Register, 1> Regs; member in __anond54b29330111::GISelAsmOperandInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h62 SmallVector<Register, 4> Regs; member

123