/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 251 unsigned SrcSize = TRI->getRegSizeInBits(Src, *MRI); in buildAnyextOrCopy() local 624 unsigned SrcSize = TRI->getRegSizeInBits(SrcReg, *MRI); in lowerInlineAsm() local
|
H A D | CallLowering.cpp | 358 unsigned SrcSize = PartLLT.getSizeInBits() * Regs.size(); in buildCopyFromRegs() local 489 const unsigned SrcSize = SrcTy.getSizeInBits(); in buildCopyToRegs() local
|
H A D | LegalizerHelper.cpp | 1067 uint64_t SrcSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); in narrowScalar() local 1350 const int SrcSize = SrcTy.getSizeInBits(); in widenScalarMergeValues() local 4828 unsigned SrcSize = MRI.getType(Src1).getSizeInBits(); in narrowScalarMul() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 3576 unsigned SrcSize = getSizeInBits(MI.getOperand(1).getReg(), MRI, *TRI); in getInstrMapping() local 3587 unsigned SrcSize = getSizeInBits(MI.getOperand(1).getReg(), MRI, *TRI); in getInstrMapping() local 3598 unsigned SrcSize = MRI.getType(MI.getOperand(1).getReg()).getSizeInBits(); in getInstrMapping() local 3615 unsigned SrcSize = MRI.getType(MI.getOperand(1).getReg()).getSizeInBits(); in getInstrMapping() local 3652 unsigned SrcSize = getSizeInBits(Src, MRI, *TRI); in getInstrMapping() local 3664 unsigned SrcSize = getSizeInBits(Src, MRI, *TRI); in getInstrMapping() local 3740 unsigned SrcSize = MRI.getType(MI.getOperand(1).getReg()).getSizeInBits(); in getInstrMapping() local 4004 unsigned SrcSize = MRI.getType(MI.getOperand(3).getReg()).getSizeInBits(); in getInstrMapping() local 4040 unsigned SrcSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); in getInstrMapping() local 4048 unsigned SrcSize = MRI.getType(SrcReg).getSizeInBits(); in getInstrMapping() local [all …]
|
H A D | AMDGPUPostLegalizerCombiner.cpp | 171 unsigned SrcSize = MRI.getType(SrcReg).getSizeInBits(); in matchUCharToFloat() local
|
H A D | AMDGPUInstructionSelector.cpp | 464 const unsigned SrcSize = SrcTy.getSizeInBits(); in selectG_EXTRACT() local 509 const unsigned SrcSize = SrcTy.getSizeInBits(); in selectG_MERGE_VALUES() local 554 const unsigned SrcSize = SrcTy.getSizeInBits(); in selectG_UNMERGE_VALUES() local 1854 unsigned SrcSize = SrcTy.getSizeInBits(); in selectG_TRUNC() local 1983 const unsigned SrcSize = I.getOpcode() == AMDGPU::G_SEXT_INREG ? in selectG_SZA_EXT() local
|
H A D | AMDGPUISelLowering.cpp | 875 unsigned SrcSize = Source.getSizeInBits(); in isTruncateFree() local 884 unsigned SrcSize = Source->getScalarSizeInBits(); in isTruncateFree() local 894 unsigned SrcSize = Src->getScalarSizeInBits(); in isZExtFree() local
|
H A D | SIRegisterInfo.cpp | 2264 unsigned SrcSize = getRegSizeInBits(*SrcRC); in shouldCoalesce() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 195 uint64_t SrcSize = SrcDL.getTypeAllocSize(SrcGV->getValueType()); in computeResultingSelectionKind() local 296 uint64_t SrcSize = DL.getTypeAllocSize(Src.getValueType()); in shouldLinkFromSource() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 1174 unsigned SrcSize = SrcElTy.getSizeInBits(); in verifyPreISelGenericInstruction() local 1327 unsigned SrcSize = MRI->getType(SrcOp.getReg()).getSizeInBits(); in verifyPreISelGenericInstruction() local 1349 unsigned SrcSize = MRI->getType(SrcOp.getReg()).getSizeInBits(); in verifyPreISelGenericInstruction() local 1701 unsigned SrcSize = 0; in visitMachineInstrBefore() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64RegisterBankInfo.cpp | 183 #define CHECK_VALUEMAP_FPEXT(DstSize, SrcSize) \ in AArch64RegisterBankInfo() argument
|
H A D | AArch64InstructionSelector.cpp | 778 const unsigned SrcSize = RBI.getSizeInBits(SrcReg, MRI, TRI); in isValidCopy() local 838 unsigned SrcSize = RBI.getSizeInBits(SrcReg, MRI, TRI); in getRegClassesForCopy() local 907 unsigned SrcSize = TRI.getRegSizeInBits(*SrcRC); in selectCopy() local 970 const unsigned SrcSize = SrcTy.getSizeInBits(); in selectFPConvOpc() local 2462 unsigned SrcSize = SrcTy.getSizeInBits(); in select() local 2943 unsigned SrcSize = SrcTy.getSizeInBits(); in select() local
|
H A D | AArch64LegalizerInfo.cpp | 409 unsigned SrcSize = SrcTy.getSizeInBits(); in AArch64LegalizerInfo() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InstructionSelector.cpp | 239 const unsigned SrcSize = RBI.getSizeInBits(SrcReg, MRI, TRI); in selectCopy() local 1321 unsigned SrcSize = SrcTy.getSizeInBits(); in selectMergeValues() local
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
H A D | dpath.c | 407 UINTN SrcSize; in AppendDevicePathInstance() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 1198 uint64_t SrcSize = DL.getTypeSizeInBits(Val->getType()); in CoerceIntOrPtrToIntOrPtr() local 1244 llvm::TypeSize SrcSize = CGF.CGM.getDataLayout().getTypeAllocSize(SrcTy); in CreateCoercedLoad() local 1328 llvm::TypeSize SrcSize = CGF.CGM.getDataLayout().getTypeAllocSize(SrcTy); in CreateCoercedStore() local 2880 uint64_t SrcSize = CGM.getDataLayout().getTypeAllocSize(STy); in EmitFunctionProlog() local 4937 uint64_t SrcSize = CGM.getDataLayout().getTypeAllocSize(SrcTy); in EmitCall() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 870 unsigned SrcSize = SrcTy.getSizeInBits(); in select() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 1239 unsigned SrcSize = A->getType()->getScalarSizeInBits(); in visitZExt() local 1643 int SrcSize = (int)SrcTy->getScalarSizeInBits() - IsSigned; in isKnownExactCastIntToFP() local
|
H A D | InstCombineShifts.cpp | 715 unsigned SrcSize = SrcTy->getScalarSizeInBits(); in FoldShiftByConstant() local
|
H A D | InstructionCombining.cpp | 2292 uint64_t SrcSize = DL.getTypeAllocSize(StrippedPtrEltTy).getFixedSize(); in visitGetElementPtrInst() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 1180 Value *SrcSize = MemCpy->getLength(); in processMemSetMemCpyDependence() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 485 unsigned SrcSize = Src->getScalarSizeInBits(); in getCastInstrCost() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 356 uint64_t SrcSize = DL.getTypeSizeInBits(SrcTy); in ConstantFoldLoadThroughBitcast() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Instructions.cpp | 2862 unsigned SrcSize = SrcTy->getScalarSizeInBits(); in isEliminableCastPair() local 2878 unsigned SrcSize = SrcTy->getScalarSizeInBits(); in isEliminableCastPair() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 1696 unsigned SrcSize = SrcOp.getValueSizeInBits(); in EmitStackConvert() local
|