/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 193 unsigned SrcSize = TRI->getRegSizeInBits(Src, *MRI); in buildAnyextOrCopy() local 570 unsigned SrcSize = TRI->getRegSizeInBits(SrcReg, *MRI); lowerInlineAsm() local
|
H A D | CallLowering.cpp | 396 unsigned SrcSize = PartLLT.getSizeInBits().getFixedValue() * Regs.size(); buildCopyFromRegs() local 577 const unsigned SrcSize = SrcTy.getSizeInBits(); buildCopyToRegs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 4085 unsigned SrcSize = getSizeInBits(MI.getOperand(1).getReg(), MRI, *TRI); getInstrMapping() local 4096 unsigned SrcSize = getSizeInBits(MI.getOperand(1).getReg(), MRI, *TRI); getInstrMapping() local 4107 unsigned SrcSize = MRI.getType(MI.getOperand(1).getReg()).getSizeInBits(); getInstrMapping() local 4124 unsigned SrcSize = MRI.getType(MI.getOperand(1).getReg()).getSizeInBits(); getInstrMapping() local 4169 unsigned SrcSize = getSizeInBits(Src, MRI, *TRI); getInstrMapping() local 4181 unsigned SrcSize = getSizeInBits(Src, MRI, *TRI); getInstrMapping() local 4204 unsigned SrcSize = MRI.getType(SrcReg).getSizeInBits(); getInstrMapping() local 4268 unsigned SrcSize = MRI.getType(MI.getOperand(1).getReg()).getSizeInBits(); getInstrMapping() local 4585 unsigned SrcSize = MRI.getType(MI.getOperand(3).getReg()).getSizeInBits(); getInstrMapping() local 4621 unsigned SrcSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); getInstrMapping() local 4629 unsigned SrcSize = MRI.getType(SrcReg).getSizeInBits(); getInstrMapping() local 4782 unsigned SrcSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); getInstrMapping() local [all...] |
H A D | AMDGPUPostLegalizerCombiner.cpp | 256 unsigned SrcSize = MRI.getType(SrcReg).getSizeInBits(); matchUCharToFloat() local
|
H A D | AMDGPUInstructionSelector.cpp | 505 const unsigned SrcSize = SrcTy.getSizeInBits(); selectG_EXTRACT() local 550 const unsigned SrcSize = SrcTy.getSizeInBits(); selectG_MERGE_VALUES() local 595 const unsigned SrcSize = SrcTy.getSizeInBits(); selectG_UNMERGE_VALUES() local 635 const unsigned SrcSize = SrcTy.getSizeInBits(); selectG_BUILD_VECTOR() local 2268 unsigned SrcSize = SrcTy.getSizeInBits(); selectG_TRUNC() local 2403 const unsigned SrcSize = I.getOpcode() == AMDGPU::G_SEXT_INREG ? selectG_SZA_EXT() local [all...] |
H A D | SIFixSGPRCopies.cpp | 1067 size_t SrcSize = TRI->getRegSizeInBits(*SrcRC); lowerVGPR2SGPRCopies() local
|
H A D | AMDGPUISelLowering.cpp | 938 unsigned SrcSize = Source.getSizeInBits(); isTruncateFree() local 947 unsigned SrcSize = Source->getScalarSizeInBits(); isTruncateFree() local 957 unsigned SrcSize = Src->getScalarSizeInBits(); isZExtFree() local
|
H A D | SIRegisterInfo.cpp | 3025 unsigned SrcSize = getRegSizeInBits(*SrcRC); shouldCoalesce() local
|
H A D | SIInstrInfo.cpp | 802 unsigned SrcSize = RI.getRegSizeInBits(*SrcRC); copyPhysReg() local 9654 __anon44f99e1d0902(int64_t ExpectedValue, unsigned SrcSize, bool IsReversible, bool IsSigned) optimizeCompareInstr() argument
|
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizationArtifactCombiner.h | 606 unsigned SrcSize = MRI.getType(Src1Reg).getSizeInBits(); findValueFromConcat() local 638 unsigned SrcSize = MRI.getType(Src1Reg).getSizeInBits(); findValueFromBuildVector() local 768 unsigned SrcSize = SrcType.getSizeInBits(); findValueFromExt() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 1342 unsigned SrcSize = SrcElTy.getSizeInBits(); verifyPreISelGenericInstruction() local 1510 unsigned SrcSize = MRI->getType(SrcOp.getReg()).getSizeInBits(); verifyPreISelGenericInstruction() local 1532 unsigned SrcSize = MRI->getType(SrcOp.getReg()).getSizeInBits(); verifyPreISelGenericInstruction() local 1963 TypeSize SrcSize = TRI->getRegSizeInBits(SrcReg, *MRI); visitMachineInstrBefore() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64RegisterBankInfo.cpp | 188 CHECK_VALUEMAP_FPEXT(DstSize,SrcSize) AArch64RegisterBankInfo() argument
|
H A D | AArch64InstructionSelector.cpp | 941 unsigned SrcSize = RBI.getSizeInBits(SrcReg, MRI, TRI); getRegClassesForCopy() local 1017 unsigned SrcSize = TRI.getRegSizeInBits(*SrcRC); selectCopy() local 1086 const unsigned SrcSize = SrcTy.getSizeInBits(); selectFPConvOpc() local 2731 unsigned SrcSize = SrcTy.getSizeInBits(); select() local 3307 unsigned SrcSize = SrcTy.getSizeInBits(); select() local [all...] |
H A D | AArch64LegalizerInfo.cpp | 590 unsigned SrcSize = SrcTy.getSizeInBits(); AArch64LegalizerInfo() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 277 const unsigned SrcSize = RBI.getSizeInBits(SrcReg, MRI, TRI); selectCopy() local 1417 unsigned SrcSize = SrcTy.getSizeInBits(); selectMergeValues() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 1254 Value *SrcSize = MemCpy->getLength(); processMemSetMemCpyDependence() local 1449 std::optional<TypeSize> SrcSize = SrcAlloca->getAllocationSize(DL); performStackMoveOptzn() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 1228 uint64_t SrcSize = DL.getTypeSizeInBits(Val->getType()); CoerceIntOrPtrToIntOrPtr() local 1274 llvm::TypeSize SrcSize = CGF.CGM.getDataLayout().getTypeAllocSize(SrcTy); CreateCoercedLoad() local 1371 llvm::TypeSize SrcSize = CGF.CGM.getDataLayout().getTypeAllocSize(SrcTy); CreateCoercedStore() local 3257 uint64_t SrcSize = StructSize.getFixedValue(); EmitFunctionProlog() local 5334 uint64_t SrcSize = SrcTypeSize.getFixedValue(); EmitCall() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 870 unsigned SrcSize = SrcTy.getSizeInBits(); select() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 1164 unsigned SrcSize = A->getType()->getScalarSizeInBits(); visitZExt() local 1630 int SrcSize = (int)SrcTy->getScalarSizeInBits() - IsSigned; isKnownExactCastIntToFP() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 4918 Value *SrcSize = IRB.CreateBinaryIntrinsic( finalizeInstrumentation() local 5034 Value *SrcSize = IRB.CreateBinaryIntrinsic( finalizeInstrumentation() local 5206 Value *SrcSize = IRB.CreateBinaryIntrinsic( finalizeInstrumentation() local 5420 Value *SrcSize = IRB.CreateBinaryIntrinsic( finalizeInstrumentation() local 5711 Value *SrcSize = IRB.CreateBinaryIntrinsic( finalizeInstrumentation() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeLayout.cpp | 153 double extTSPScore(uint64_t SrcAddr, uint64_t SrcSize, uint64_t DstAddr, in extTSPScore()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 590 unsigned SrcSize = Src->getScalarSizeInBits(); getCastInstrCost() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 352 TypeSize SrcSize = DL.getTypeSizeInBits(SrcTy); in ConstantFoldLoadThroughBitcast() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 3251 unsigned SrcSize = SrcTy->getScalarSizeInBits(); isEliminableCastPair() local 3269 unsigned SrcSize = SrcTy->getScalarSizeInBits(); isEliminableCastPair() local
|