Searched defs:DstSize (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp36 const unsigned DstSize = MRI.getType(DstReg).getSizeInBits(); local
H A DAArch64InstructionSelector.cpp672 const unsigned DstSize = RBI.getSizeInBits(DstReg, MRI, TRI); local
732 unsigned DstSize = RBI.getSizeInBits(DstReg, MRI, TRI); local
802 unsigned DstSize = TRI.getRegSizeInBits(*DstRC); local
863 const unsigned DstSize = DstTy.getSizeInBits(); local
2160 unsigned DstSize = DstTy.getSizeInBits(); local
2558 const unsigned DstSize = MRI.getType(DstReg).getSizeInBits(); local
2593 unsigned DstSize = DstTy.getSizeInBits(); local
4555 unsigned DstSize = DstTy.getSizeInBits(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAddIMGInit.cpp122 uint32_t DstSize = local
H A DSIRegisterInfo.cpp1765 unsigned DstSize = getRegSizeInBits(*DstRC); local
H A DAMDGPUInstructionSelector.cpp502 unsigned DstSize = DstTy.getSizeInBits(); local
552 const unsigned DstSize = DstTy.getSizeInBits(); local
590 const unsigned DstSize = DstTy.getSizeInBits(); local
732 unsigned DstSize local
1720 unsigned DstSize = DstTy.getSizeInBits(); local
1852 const unsigned DstSize = DstTy.getSizeInBits(); local
[all...]
H A DAMDGPURegisterBankInfo.cpp2575 unsigned DstSize = DstTy.getSizeInBits(); local
[all...]
H A DSIInstrInfo.cpp2382 unsigned DstSize = RI.getRegSizeInBits(*DstRC); local
3730 uint32_t DstSize = RI.getRegSizeInBits(*DstRC) / 32; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp194 uint64_t DstSize = DstDL.getTypeAllocSize(DstGV->getValueType()); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp252 unsigned DstSize = TRI->getRegSizeInBits(Dst, *MRI); local
H A DLegalizerHelper.cpp1337 const int DstSize = DstTy.getSizeInBits(); local
1486 unsigned DstSize = DstTy.getSizeInBits(); local
3327 const unsigned DstSize = DstTy.getSizeInBits(); local
3898 unsigned DstSize local
5041 const unsigned DstSize = DstTy.getSizeInBits(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h229 const unsigned DstSize = DstTy.getSizeInBits(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp727 unsigned DstSize = TI->getType()->getScalarSizeInBits(); local
H A DInstCombineCasts.cpp1200 unsigned DstSize = CI.getType()->getScalarSizeInBits(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp540 unsigned DstSize = IsGather4 ? 4 : std::max(countPopulation(DMask), 1u); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1196 uint64_t DstSize = DL.getTypeSizeInBits(DestIntTy); local
1135 EnterStructPointerForCoercedAccess(Address SrcPtr, llvm::StructType *SrcSTy, uint64_t DstSize, CodeGenFunction &CGF) argument
1331 uint64_t DstSize = CGF.CGM.getDataLayout().getTypeAllocSize(DstTy); local
[all...]
H A DCGExprScalar.cpp1333 unsigned DstSize = DstTy->getPrimitiveSizeInBits(); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h706 TypeSize DstSize = DstLT.second.getSizeInBits(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp235 const unsigned DstSize = RBI.getSizeInBits(DstReg, MRI, TRI); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h419 unsigned DstSize = Dst->getScalarSizeInBits(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1118 unsigned DstSize = DstElTy.getSizeInBits(); local
1267 unsigned DstSize = MRI->getType(MI->getOperand(0).getReg()).getSizeInBits(); local
1289 unsigned DstSize = MRI->getType(MI->getOperand(0).getReg()).getSizeInBits(); local
1524 unsigned DstSize local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2788 unsigned DstSize = DstTy->getScalarSizeInBits(); local
2804 unsigned DstSize = DstTy->getScalarSizeInBits(); local

Completed in 407 milliseconds