Home
last modified time | relevance | path

Searched defs:RegCount (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCResourceInfo.cpp70 auto assignMaxRegSym = [&OutContext](MCSymbol *Sym, int32_t RegCount) { in assignMaxRegs()
H A DSIInstrInfo.cpp5063 uint32_t RegCount = isGather4(Opcode) ? 4 : llvm::popcount(DMaskImm); in verifyInstruction() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp347 llvm::Value *RegCount = CGF.Builder.CreateLoad(RegCountPtr, "reg_count"); in EmitVAArg() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LowerHomogeneousPrologEpilog.cpp390 auto RegCount = Regs.size(); in shouldUseFrameHelper() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h743 SmallVector<unsigned, 4> RegCount; member
H A DSelectionDAGBuilder.cpp1074 unsigned RegCount = std::get<0>(CountAndVT); in getRegsAndSizes() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp6646 unsigned RegCount = cast<ConstantInt>(V)->getZExtValue(); in visitIntrinsicCall() local