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

/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPostLegalizerCombiner.cpp172 unsigned SrcSize = MRI.getType(SrcReg).getSizeInBits(); local
H A DSIRegisterInfo.cpp2934 unsigned SrcSize = getRegSizeInBits(*SrcRC); local
H A DAMDGPUInstructionSelector.cpp487 const unsigned SrcSize = SrcTy.getSizeInBits(); local
586 const unsigned SrcSize = SrcTy.getSizeInBits(); local
631 const unsigned SrcSize = SrcTy.getSizeInBits(); local
671 const unsigned SrcSize = SrcTy.getSizeInBits(); local
2166 unsigned SrcSize local
2295 const unsigned SrcSize = I.getOpcode() == AMDGPU::G_SEXT_INREG ? local
[all...]
H A DAMDGPUISelLowering.cpp851 unsigned SrcSize = Source.getSizeInBits(); local
860 unsigned SrcSize = Source->getScalarSizeInBits(); local
870 unsigned SrcSize = Src->getScalarSizeInBits(); local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp247 unsigned SrcSize = TRI->getRegSizeInBits(Src, *MRI); local
624 unsigned SrcSize = TRI->getRegSizeInBits(SrcReg, *MRI); local
H A DCallLowering.cpp389 unsigned SrcSize = PartLLT.getSizeInBits().getFixedValue() * Regs.size(); local
535 const unsigned SrcSize = SrcTy.getSizeInBits(); local
H A DCombinerHelper.cpp2147 unsigned SrcSize = MRI.getType(SrcReg).getScalarSizeInBits(); local
H A DLegalizerHelper.cpp1211 uint64_t SrcSize = SrcTy.getSizeInBits(); local
1515 const int SrcSize = SrcTy.getSizeInBits(); local
/openbsd-current/gnu/llvm/llvm/lib/Linker/
H A DLinkModules.cpp196 uint64_t SrcSize = SrcDL.getTypeAllocSize(SrcGV->getValueType()); local
296 uint64_t SrcSize = DL.getTypeAllocSize(Src.getValueType()); local
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp893 unsigned SrcSize = RBI.getSizeInBits(SrcReg, MRI, TRI); local
969 unsigned SrcSize = TRI.getRegSizeInBits(*SrcRC); local
1038 const unsigned SrcSize = SrcTy.getSizeInBits(); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp870 unsigned SrcSize = SrcTy.getSizeInBits(); local
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h575 unsigned SrcSize = MRI.getType(Src1Reg).getSizeInBits(); local
607 unsigned SrcSize = MRI.getType(Src1Reg).getSizeInBits(); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp274 const unsigned SrcSize = RBI.getSizeInBits(SrcReg, MRI, TRI); local
1359 unsigned SrcSize = SrcTy.getSizeInBits(); local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp128 double extTSPScore(uint64_t SrcAddr, uint64_t SrcSize, uint64_t DstAddr, argument
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp1224 uint64_t SrcSize = DL.getTypeSizeInBits(Val->getType()); local
1270 llvm::TypeSize SrcSize = CGF.CGM.getDataLayout().getTypeAllocSize(SrcTy); local
1367 llvm::TypeSize SrcSize local
[all...]
H A DCGExprScalar.cpp1422 llvm::TypeSize SrcSize = SrcTy->getPrimitiveSizeInBits(); local
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp356 TypeSize SrcSize = DL.getTypeSizeInBits(SrcTy); local
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h539 unsigned SrcSize = Src->getScalarSizeInBits(); local
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1006 TypeSize SrcSize = SrcLT.second.getSizeInBits(); local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1285 unsigned SrcSize = A->getType()->getScalarSizeInBits(); local
1730 int SrcSize local
[all...]
H A DInstructionCombining.cpp2597 uint64_t SrcSize = local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1270 unsigned SrcSize = SrcElTy.getSizeInBits(); local
1438 unsigned SrcSize = MRI->getType(SrcOp.getReg()).getSizeInBits(); local
1460 unsigned SrcSize = MRI->getType(SrcOp.getReg()).getSizeInBits(); local
1859 unsigned SrcSize local
1884 errs() << "Def Size = " << DstSize << ", Src Size = " << SrcSize local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp3266 unsigned SrcSize = SrcTy->getScalarSizeInBits(); local
3284 unsigned SrcSize = SrcTy->getScalarSizeInBits(); local
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7851 unsigned SrcSize = SrcVT.getSizeInBits(); local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21348 unsigned SrcSize = Extract.getValueSizeInBits(); local

Completed in 802 milliseconds