/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 2760 unsigned DstSize = DstTy.getSizeInBits(); applyMappingImpl() local 4084 unsigned DstSize = getSizeInBits(MI.getOperand(0).getReg(), MRI, *TRI); getInstrMapping() local 4095 unsigned DstSize = getSizeInBits(MI.getOperand(0).getReg(), MRI, *TRI); getInstrMapping() local 4106 unsigned DstSize = DstTy.getSizeInBits(); getInstrMapping() local 4123 unsigned DstSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); getInstrMapping() local 4168 unsigned DstSize = getSizeInBits(Dst, MRI, *TRI); getInstrMapping() local 4180 unsigned DstSize = getSizeInBits(Dst, MRI, *TRI); getInstrMapping() local 4205 unsigned DstSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); getInstrMapping() local 4267 unsigned DstSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); getInstrMapping() local 4595 unsigned DstSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); getInstrMapping() local 4603 unsigned DstSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); getInstrMapping() local 4620 unsigned DstSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); getInstrMapping() local 4627 unsigned DstSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); getInstrMapping() local 4758 unsigned DstSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); getInstrMapping() local 4773 unsigned DstSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); getInstrMapping() local 4781 unsigned DstSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); getInstrMapping() local 4807 unsigned DstSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); getInstrMapping() local 4888 unsigned DstSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); getInstrMapping() local 4898 unsigned DstSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); getInstrMapping() local 5061 unsigned DstSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); getInstrMapping() local [all...] |
H A D | AMDGPUInstructionSelector.cpp | 506 unsigned DstSize = DstTy.getSizeInBits(); selectG_EXTRACT() local 556 const unsigned DstSize = DstTy.getSizeInBits(); selectG_MERGE_VALUES() local 594 const unsigned DstSize = DstTy.getSizeInBits(); selectG_UNMERGE_VALUES() local 804 unsigned DstSize = MRI->getType(DstReg).getSizeInBits(); selectG_INSERT() local 2267 unsigned DstSize = DstTy.getSizeInBits(); selectG_TRUNC() local 2405 const unsigned DstSize = DstTy.getSizeInBits(); selectG_SZA_EXT() local [all...] |
H A D | SIRegisterInfo.cpp | 3026 unsigned DstSize = getRegSizeInBits(*DstRC); shouldCoalesce() local
|
H A D | AMDGPULegalizerInfo.cpp | 1466 const unsigned DstSize = DstTy.getSizeInBits(); AMDGPULegalizerInfo() local 1529 unsigned DstSize = DstTy.getSizeInBits(); AMDGPULegalizerInfo() local
|
H A D | SIInstrInfo.cpp | 3224 unsigned DstSize = RI.getRegSizeInBits(*DstRC); insertSelect() local 4770 uint32_t DstSize = RI.getRegSizeInBits(*DstRC) / 32; verifyInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCRegisterBankInfo.cpp | 221 unsigned DstSize = DstTy.getSizeInBits(); getInstrMapping() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 940 unsigned DstSize = RBI.getSizeInBits(DstReg, MRI, TRI); getRegClassesForCopy() local 1018 unsigned DstSize = TRI.getRegSizeInBits(*DstRC); selectCopy() local 1085 const unsigned DstSize = DstTy.getSizeInBits(); selectFPConvOpc() local 2796 unsigned DstSize = DstTy.getSizeInBits(); select() local 3268 const unsigned DstSize = MRI.getType(DstReg).getSizeInBits(); select() local 3306 unsigned DstSize = DstTy.getSizeInBits(); select() local 5327 unsigned DstSize = DstTy.getSizeInBits(); selectUSMovFromExtend() local 5443 tryAdvSIMDModImm8(Register Dst,unsigned DstSize,APInt Bits,MachineIRBuilder & Builder) tryAdvSIMDModImm8() argument 5465 tryAdvSIMDModImm16(Register Dst,unsigned DstSize,APInt Bits,MachineIRBuilder & Builder,bool Inv) tryAdvSIMDModImm16() argument 5495 tryAdvSIMDModImm32(Register Dst,unsigned DstSize,APInt Bits,MachineIRBuilder & Builder,bool Inv) tryAdvSIMDModImm32() argument 5531 tryAdvSIMDModImm64(Register Dst,unsigned DstSize,APInt Bits,MachineIRBuilder & Builder) tryAdvSIMDModImm64() argument 5553 tryAdvSIMDModImm321s(Register Dst,unsigned DstSize,APInt Bits,MachineIRBuilder & Builder,bool Inv) tryAdvSIMDModImm321s() argument 5583 tryAdvSIMDModImmFP(Register Dst,unsigned DstSize,APInt Bits,MachineIRBuilder & Builder) tryAdvSIMDModImmFP() argument 5799 unsigned DstSize = DstTy.getSizeInBits(); emitConstantVector() local 5857 unsigned DstSize = DstTy.getSizeInBits(); tryOptConstantBuildVec() local 5949 unsigned DstSize = DstTy.getSizeInBits(); selectBuildVector() local [all...] |
H A D | AArch64RegisterBankInfo.cpp | 188 CHECK_VALUEMAP_FPEXT(DstSize,SrcSize) AArch64RegisterBankInfo() argument
|
H A D | AArch64LegalizerInfo.cpp | 576 unsigned DstSize = Query.Types[0].getSizeInBits(); AArch64LegalizerInfo() local 1977 const unsigned DstSize = DstTy.getSizeInBits(); legalizeFCopySign() local
|
H A D | AArch64PreLegalizerCombiner.cpp | 53 const unsigned DstSize = MRI.getType(DstReg).getSizeInBits(); in matchFConstantToConstant() local
|
H A D | AArch64PostLegalizerCombiner.cpp | 84 unsigned DstSize = DstTy.getSizeInBits(); in matchExtractVecEltPairwiseAdd() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 194 unsigned DstSize = TRI->getRegSizeInBits(Dst, *MRI); in buildAnyextOrCopy() local
|
H A D | CallLowering.cpp | 576 const unsigned DstSize = DstTy.getSizeInBits(); buildCopyToRegs() local
|
H A D | LegalizerHelper.cpp | 1791 const int DstSize = DstTy.getSizeInBits(); widenScalarMergeValues() local 1941 unsigned DstSize = DstTy.getSizeInBits(); widenScalarUnmergeValues() local 7106 const unsigned DstSize = DstTy.getSizeInBits(); lowerUnmergeValues() local 7315 unsigned DstSize = DstTy.getSizeInBits(); lowerExtract() local [all...] |
H A D | Utils.cpp | 937 const unsigned DstSize = DstTy.getScalarSizeInBits(); ConstantFoldCastOp() local
|
H A D | CombinerHelper.cpp | 2392 unsigned DstSize = DstTy.getScalarSizeInBits(); matchCombineZextTrunc() local 4292 unsigned DstSize = DstTy.getSizeInBits(); matchICmpToLHSKnownBits() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 1341 unsigned DstSize = DstElTy.getSizeInBits(); verifyPreISelGenericInstruction() local 1509 unsigned DstSize = MRI->getType(MI->getOperand(0).getReg()).getSizeInBits(); verifyPreISelGenericInstruction() local 1531 unsigned DstSize = MRI->getType(MI->getOperand(0).getReg()).getSizeInBits(); verifyPreISelGenericInstruction() local 1964 TypeSize DstSize = TRI->getRegSizeInBits(DstReg, *MRI); visitMachineInstrBefore() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 195 uint64_t DstSize = DstDL.getTypeAllocSize(DstGV->getValueType()); in computeResultingSelectionKind() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 1170 /// with an in-memory size smaller than DstSize. in EnterStructPointerForCoercedAccess() argument 1229 uint64_t DstSize = DL.getTypeSizeInBits(DestIntTy); CoerceIntOrPtrToIntOrPtr() local 1266 llvm::TypeSize DstSize = CGF.CGM.getDataLayout().getTypeAllocSize(Ty); CreateCoercedLoad() local 1397 llvm::TypeSize DstSize = CGF.CGM.getDataLayout().getTypeAllocSize(DstTy); CreateCoercedStore() local 3258 uint64_t DstSize = PtrElementSize.getFixedValue(); EmitFunctionProlog() local 5335 uint64_t DstSize = DstTypeSize.getFixedValue(); EmitCall() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 597 unsigned DstSize = Dst->getScalarSizeInBits(); getCastInstrCost() local 611 TypeSize DstSize = DL.getTypeSizeInBits(Dst); getCastInstrCost() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizationArtifactCombiner.h | 276 const unsigned DstSize = DstTy.getSizeInBits(); tryCombineTrunc() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 273 const unsigned DstSize = RBI.getSizeInBits(DstReg, MRI, TRI); selectCopy() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 1100 unsigned DstSize = IsGather4 ? 4 : std::max(llvm::popcount(DMask), 1); convertMIMGInst() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 1166 unsigned DstSize = DestTy->getScalarSizeInBits(); visitZExt() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 3252 unsigned DstSize = DstTy->getScalarSizeInBits(); isEliminableCastPair() local 3270 unsigned DstSize = DstTy->getScalarSizeInBits(); isEliminableCastPair() local
|