Home
last modified time | relevance | path

Searched defs:RegTy (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp453 LLT RegTy = MRI.getType(Op.getReg()); in getInstrMapping() local
H A DMipsISelLowering.cpp4352 MVT RegTy = MVT::getIntegerVT(GPRSizeInBytes * 8); in copyByValRegs() local
4381 RegTy = MVT::getIntegerVT(RegSizeInBytes * 8); in passByValArg() local
4471 MVT RegTy = MVT::getIntegerVT(RegSizeInBytes * 8); in writeVarArgRegs() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp95 const LLT RegTy = getType(Reg); in constrainRegAttrs() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp174 LLT RegTy = MRI->getType(MO.getReg()); in repairReg() local
H A DUtils.cpp629 LLT RegTy) { in getFunctionLiveInPhysReg()
H A DCallLowering.cpp1141 const LLT RegTy = MRI.getType(ValVReg); in assignValueToReg() local
H A DLegalizerHelper.cpp154 bool LegalizerHelper::extractParts(Register Reg, LLT RegTy, in extractParts()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp130 const LLT RegTy = MRI.getType(ValVReg); in assignValueToAddress() local
240 const LLT RegTy = MRI.getType(ValVReg); in assignValueToAddress() local
H A DAMDGPULegalizerInfo.cpp4342 LLT RegTy; in legalizeImageIntrinsic() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp307 const LLT RegTy = MRI.getType(ValVReg); in assignValueToAddress() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp206 struct RegTy { struct
207 unsigned RegNum;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1487 const LLT RegTy = MRI.getType(DstReg); in selectDivRem() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3058 MVT RegTy = MemTy == MVT::i64 ? MVT::i64 : MVT::i32; in SelectCMP_SWAP() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp5254 llvm::Type *RegTy = llvm::IntegerType::get(getVMContext(), RegBits); in classifyArgumentType() local