/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 247 unsigned SrcSize = TRI->getRegSizeInBits(Src, *MRI); in buildAnyextOrCopy() local 624 unsigned SrcSize = TRI->getRegSizeInBits(SrcReg, *MRI); in lowerInlineAsm() local
|
H A D | CallLowering.cpp | 389 unsigned SrcSize = PartLLT.getSizeInBits().getFixedValue() * Regs.size(); in buildCopyFromRegs() local 535 const unsigned SrcSize = SrcTy.getSizeInBits(); in buildCopyToRegs() local
|
H A D | LegalizerHelper.cpp | 1211 uint64_t SrcSize = SrcTy.getSizeInBits(); in narrowScalar() local 1515 const int SrcSize = SrcTy.getSizeInBits(); in widenScalarMergeValues() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 3859 unsigned SrcSize = getSizeInBits(MI.getOperand(1).getReg(), MRI, *TRI); in getInstrMapping() local 3870 unsigned SrcSize = getSizeInBits(MI.getOperand(1).getReg(), MRI, *TRI); in getInstrMapping() local 3881 unsigned SrcSize = MRI.getType(MI.getOperand(1).getReg()).getSizeInBits(); in getInstrMapping() local 3898 unsigned SrcSize = MRI.getType(MI.getOperand(1).getReg()).getSizeInBits(); in getInstrMapping() local 3943 unsigned SrcSize = getSizeInBits(Src, MRI, *TRI); in getInstrMapping() local 3955 unsigned SrcSize = getSizeInBits(Src, MRI, *TRI); in getInstrMapping() local 3986 unsigned SrcSize = MRI.getType(SrcReg).getSizeInBits(); in getInstrMapping() local 4038 unsigned SrcSize = MRI.getType(MI.getOperand(1).getReg()).getSizeInBits(); in getInstrMapping() local 4316 unsigned SrcSize = MRI.getType(MI.getOperand(3).getReg()).getSizeInBits(); in getInstrMapping() local 4352 unsigned SrcSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); in getInstrMapping() local [all …]
|
H A D | AMDGPUPostLegalizerCombiner.cpp | 172 unsigned SrcSize = MRI.getType(SrcReg).getSizeInBits(); in matchUCharToFloat() local
|
H A D | AMDGPUInstructionSelector.cpp | 487 const unsigned SrcSize = SrcTy.getSizeInBits(); in selectG_EXTRACT() local 586 const unsigned SrcSize = SrcTy.getSizeInBits(); in selectG_MERGE_VALUES() local 631 const unsigned SrcSize = SrcTy.getSizeInBits(); in selectG_UNMERGE_VALUES() local 671 const unsigned SrcSize = SrcTy.getSizeInBits(); in selectG_BUILD_VECTOR() local 2166 unsigned SrcSize = SrcTy.getSizeInBits(); in selectG_TRUNC() local 2295 const unsigned SrcSize = I.getOpcode() == AMDGPU::G_SEXT_INREG ? in selectG_SZA_EXT() local
|
H A D | SIFixSGPRCopies.cpp | 1034 size_t SrcSize = TRI->getRegSizeInBits(*SrcRC); in lowerVGPR2SGPRCopies() local
|
H A D | AMDGPUISelLowering.cpp | 851 unsigned SrcSize = Source.getSizeInBits(); in isTruncateFree() local 860 unsigned SrcSize = Source->getScalarSizeInBits(); in isTruncateFree() local 870 unsigned SrcSize = Src->getScalarSizeInBits(); in isZExtFree() local
|
H A D | SIRegisterInfo.cpp | 2934 unsigned SrcSize = getRegSizeInBits(*SrcRC); in shouldCoalesce() local
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 1270 unsigned SrcSize = SrcElTy.getSizeInBits(); in verifyPreISelGenericInstruction() local 1438 unsigned SrcSize = MRI->getType(SrcOp.getReg()).getSizeInBits(); in verifyPreISelGenericInstruction() local 1460 unsigned SrcSize = MRI->getType(SrcOp.getReg()).getSizeInBits(); in verifyPreISelGenericInstruction() local 1859 unsigned SrcSize = 0; in visitMachineInstrBefore() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizationArtifactCombiner.h | 575 unsigned SrcSize = MRI.getType(Src1Reg).getSizeInBits(); in findValueFromConcat() local 607 unsigned SrcSize = MRI.getType(Src1Reg).getSizeInBits(); in findValueFromBuildVector() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstructionSelector.cpp | 274 const unsigned SrcSize = RBI.getSizeInBits(SrcReg, MRI, TRI); in selectCopy() local 1359 unsigned SrcSize = SrcTy.getSizeInBits(); in selectMergeValues() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64RegisterBankInfo.cpp | 185 #define CHECK_VALUEMAP_FPEXT(DstSize, SrcSize) \ in AArch64RegisterBankInfo() argument
|
H A D | AArch64InstructionSelector.cpp | 893 unsigned SrcSize = RBI.getSizeInBits(SrcReg, MRI, TRI); in getRegClassesForCopy() local 969 unsigned SrcSize = TRI.getRegSizeInBits(*SrcRC); in selectCopy() local 1038 const unsigned SrcSize = SrcTy.getSizeInBits(); in selectFPConvOpc() local 2671 unsigned SrcSize = SrcTy.getSizeInBits(); in select() local 3246 unsigned SrcSize = SrcTy.getSizeInBits(); in select() local
|
H A D | AArch64LegalizerInfo.cpp | 452 unsigned SrcSize = SrcTy.getSizeInBits(); in AArch64LegalizerInfo() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 1224 uint64_t SrcSize = DL.getTypeSizeInBits(Val->getType()); in CoerceIntOrPtrToIntOrPtr() local 1270 llvm::TypeSize SrcSize = CGF.CGM.getDataLayout().getTypeAllocSize(SrcTy); in CreateCoercedLoad() local 1367 llvm::TypeSize SrcSize = CGF.CGM.getDataLayout().getTypeAllocSize(SrcTy); in CreateCoercedStore() local 3023 uint64_t SrcSize = CGM.getDataLayout().getTypeAllocSize(STy); in EmitFunctionProlog() local 5104 uint64_t SrcSize = CGM.getDataLayout().getTypeAllocSize(SrcTy); in EmitCall() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 870 unsigned SrcSize = SrcTy.getSizeInBits(); in select() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 1285 unsigned SrcSize = A->getType()->getScalarSizeInBits(); in visitZExt() local 1730 int SrcSize = (int)SrcTy->getScalarSizeInBits() - IsSigned; in isKnownExactCastIntToFP() local
|
H A D | InstructionCombining.cpp | 2597 uint64_t SrcSize = in visitGetElementPtrInst() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | CodeLayout.cpp | 128 double extTSPScore(uint64_t SrcAddr, uint64_t SrcSize, uint64_t DstAddr, in extTSPScore()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 1279 Value *SrcSize = MemCpy->getLength(); in processMemSetMemCpyDependence() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 539 unsigned SrcSize = Src->getScalarSizeInBits(); in getCastInstrCost() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 356 TypeSize SrcSize = DL.getTypeSizeInBits(SrcTy); in ConstantFoldLoadThroughBitcast() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Instructions.cpp | 3266 unsigned SrcSize = SrcTy->getScalarSizeInBits(); in isEliminableCastPair() local 3284 unsigned SrcSize = SrcTy->getScalarSizeInBits(); in isEliminableCastPair() local
|