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

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DBPF.cpp40 llvm::Type *RegTy = llvm::IntegerType::get(getVMContext(), 64); local
H A DPPC.cpp824 llvm::Type *RegTy = llvm::IntegerType::get(getVMContext(), RegBits); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp428 LLT RegTy = LLT::scalar(RegSize * 8); local
H A DMipsRegisterBankInfo.cpp451 LLT RegTy = MRI.getType(Op.getReg()); local
H A DMipsISelLowering.cpp4415 RegTy = MVT::getIntegerVT(RegSizeInBytes * 8); local
4505 MVT RegTy = MVT::getIntegerVT(RegSizeInBytes * 8); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp94 const LLT RegTy = getType(Reg); local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp174 LLT RegTy = MRI->getType(MO.getReg()); local
H A DCallLowering.cpp1272 const LLT RegTy = MRI.getType(ValVReg); local
H A DUtils.cpp489 bool llvm::extractParts(Register Reg, LLT RegTy, LLT MainTy, LLT &LeftoverTy, argument
588 LLT RegTy = MRI.getType(Reg); local
880 getFunctionLiveInPhysReg(MachineFunction &MF, const TargetInstrInfo &TII, MCRegister PhysReg, const TargetRegisterClass &RC, const DebugLoc &DL, LLT RegTy) argument
[all...]
H A DCombinerHelper.cpp764 LLT RegTy = MRI.getType(LoadReg); local
877 LLT RegTy = MRI.getType(DstReg); local
H A DLegalizerHelper.cpp5571 LLT RegTy = MRI.getType(MI.getOperand(0).getReg()); local
5748 LLT RegTy = MRI.getType(MI.getOperand(0).getReg()); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1586 const LLT RegTy = MRI.getType(DstReg); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp200 struct RegTy { struct in struct:__anon2428::HexagonOperand
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3955 MVT RegTy = MemTy == MVT::i64 ? MVT::i64 : MVT::i32; local

Completed in 319 milliseconds