/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 193 unsigned SrcSize = TRI->getRegSizeInBits(Src, *MRI); in buildAnyextOrCopy() local 585 unsigned SrcSize = TRI->getRegSizeInBits(SrcReg, *MRI); in lowerInlineAsm() local
|
H A D | CallLowering.cpp | 426 unsigned SrcSize = PartLLT.getSizeInBits().getFixedValue() * Regs.size(); in buildCopyFromRegs() local 621 const unsigned SrcSize = SrcTy.getSizeInBits(); in buildCopyToRegs() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 4092 unsigned SrcSize = getSizeInBits(MI.getOperand(1).getReg(), MRI, *TRI); in getInstrMapping() local 4103 unsigned SrcSize = getSizeInBits(MI.getOperand(1).getReg(), MRI, *TRI); in getInstrMapping() local 4114 unsigned SrcSize = MRI.getType(MI.getOperand(1).getReg()).getSizeInBits(); in getInstrMapping() local 4131 unsigned SrcSize = MRI.getType(MI.getOperand(1).getReg()).getSizeInBits(); in getInstrMapping() local 4176 unsigned SrcSize = getSizeInBits(Src, MRI, *TRI); in getInstrMapping() local 4188 unsigned SrcSize = getSizeInBits(Src, MRI, *TRI); in getInstrMapping() local 4211 unsigned SrcSize = MRI.getType(SrcReg).getSizeInBits(); in getInstrMapping() local 4275 unsigned SrcSize = MRI.getType(MI.getOperand(1).getReg()).getSizeInBits(); in getInstrMapping() local 4604 unsigned SrcSize = MRI.getType(MI.getOperand(3).getReg()).getSizeInBits(); in getInstrMapping() local 4640 unsigned SrcSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); in getInstrMapping() local [all …]
|
H A D | AMDGPUPostLegalizerCombiner.cpp | 218 unsigned SrcSize = MRI.getType(SrcReg).getSizeInBits(); in matchUCharToFloat() local
|
H A D | AMDGPUInstructionSelector.cpp | 499 const unsigned SrcSize = SrcTy.getSizeInBits(); in selectG_EXTRACT() local 544 const unsigned SrcSize = SrcTy.getSizeInBits(); in selectG_MERGE_VALUES() local 589 const unsigned SrcSize = SrcTy.getSizeInBits(); in selectG_UNMERGE_VALUES() local 629 const unsigned SrcSize = SrcTy.getSizeInBits(); in selectG_BUILD_VECTOR() local 2215 unsigned SrcSize = SrcTy.getSizeInBits(); in selectG_TRUNC() local 2350 const unsigned SrcSize = I.getOpcode() == AMDGPU::G_SEXT_INREG ? in selectG_SZA_EXT() local
|
H A D | SIFixSGPRCopies.cpp | 1065 size_t SrcSize = TRI->getRegSizeInBits(*SrcRC); in lowerVGPR2SGPRCopies() local
|
H A D | AMDGPUISelLowering.cpp | 979 unsigned SrcSize = Source.getSizeInBits(); in isTruncateFree() local 988 unsigned SrcSize = Source->getScalarSizeInBits(); in isTruncateFree() local 998 unsigned SrcSize = Src->getScalarSizeInBits(); in isZExtFree() local
|
H A D | SIRegisterInfo.cpp | 3034 unsigned SrcSize = getRegSizeInBits(*SrcRC); in shouldCoalesce() local
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 196 uint64_t SrcSize = SrcDL.getTypeAllocSize(SrcGV->getValueType()); in computeResultingSelectionKind() local 296 uint64_t SrcSize = DL.getTypeAllocSize(Src.getValueType()); in shouldLinkFromSource() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizationArtifactCombiner.h | 624 unsigned SrcSize = MRI.getType(Src1Reg).getSizeInBits(); in findValueFromConcat() local 656 unsigned SrcSize = MRI.getType(Src1Reg).getSizeInBits(); in findValueFromBuildVector() local 786 unsigned SrcSize = SrcType.getSizeInBits(); in findValueFromExt() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 1391 unsigned SrcSize = SrcTy.getScalarSizeInBits(); in verifyPreISelGenericInstruction() local 1591 unsigned SrcSize = MRI->getType(SrcOp.getReg()).getSizeInBits(); in verifyPreISelGenericInstruction() local 1613 unsigned SrcSize = MRI->getType(SrcOp.getReg()).getSizeInBits(); in verifyPreISelGenericInstruction() local 2249 TypeSize SrcSize = TRI->getRegSizeInBits(SrcReg, *MRI); in visitMachineInstrBefore() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstructionSelector.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 284 const unsigned SrcSize = RBI.getSizeInBits(SrcReg, MRI, TRI); in selectCopy() local 1451 unsigned SrcSize = SrcTy.getSizeInBits(); in selectMergeValues() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64RegisterBankInfo.cpp | 190 #define CHECK_VALUEMAP_FPEXT(DstSize, SrcSize) \ in AArch64RegisterBankInfo() argument
|
H A D | AArch64InstructionSelector.cpp | 957 TypeSize SrcSize = RBI.getSizeInBits(SrcReg, MRI, TRI); in getRegClassesForCopy() local 1033 const TypeSize SrcSize = TRI.getRegSizeInBits(*SrcRC); in selectCopy() local 1102 const unsigned SrcSize = SrcTy.getSizeInBits(); in selectFPConvOpc() local 2720 unsigned SrcSize = SrcTy.getSizeInBits(); in select() local 3280 unsigned SrcSize = SrcTy.getSizeInBits(); in select() local
|
H A D | AArch64LegalizerInfo.cpp | 594 unsigned SrcSize = SrcTy.getSizeInBits(); in AArch64LegalizerInfo() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 1303 Value *SrcSize = MemCpy->getLength(); in processMemSetMemCpyDependence() local 1518 std::optional<TypeSize> SrcSize = SrcAlloca->getAllocationSize(DL); in performStackMoveOptzn() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 1232 uint64_t SrcSize = DL.getTypeSizeInBits(Val->getType()); in CoerceIntOrPtrToIntOrPtr() local 1278 llvm::TypeSize SrcSize = CGF.CGM.getDataLayout().getTypeAllocSize(SrcTy); in CreateCoercedLoad() local 1345 llvm::TypeSize SrcSize = CGM.getDataLayout().getTypeAllocSize(SrcTy); in CreateCoercedStore() local 3258 uint64_t SrcSize = StructSize.getFixedValue(); in EmitFunctionProlog() local 5386 uint64_t SrcSize = SrcTypeSize.getFixedValue(); in EmitCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 881 unsigned SrcSize = SrcTy.getSizeInBits(); in select() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 5185 Value *SrcSize = IRB.CreateBinaryIntrinsic( in finalizeInstrumentation() local 5300 Value *SrcSize = IRB.CreateBinaryIntrinsic( in finalizeInstrumentation() local 5471 Value *SrcSize = IRB.CreateBinaryIntrinsic( in finalizeInstrumentation() local 5684 Value *SrcSize = IRB.CreateBinaryIntrinsic( in finalizeInstrumentation() local 5974 Value *SrcSize = IRB.CreateBinaryIntrinsic( in finalizeInstrumentation() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 1202 unsigned SrcSize = A->getType()->getScalarSizeInBits(); in visitZExt() local 1671 int SrcSize = (int)SrcTy->getScalarSizeInBits() - IsSigned; in isKnownExactCastIntToFP() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeLayout.cpp | 132 extTSPScore(uint64_t SrcAddr,uint64_t SrcSize,uint64_t DstAddr,uint64_t Count,bool IsConditional) extTSPScore() argument
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 2890 unsigned SrcSize = SrcTy->getScalarSizeInBits(); in isEliminableCastPair() local 2908 unsigned SrcSize = SrcTy->getScalarSizeInBits(); in isEliminableCastPair() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 613 unsigned SrcSize = Src->getScalarSizeInBits(); in getCastInstrCost() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 352 TypeSize SrcSize = DL.getTypeSizeInBits(SrcTy); in ConstantFoldLoadThroughBitcast() local
|