Home
last modified time | relevance | path

Searched refs:TypeSizeInBytes (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DEmitVISAPass.hpp694 CVariable* getOrCreatePerLaneOffsetVariable(unsigned TypeSizeInBytes) in getOrCreatePerLaneOffsetVariable() argument
698 if (Item.first == TypeSizeInBytes) in getOrCreatePerLaneOffsetVariable()
704 CVariable* Var = m_currShader->GetPerLaneOffsetsReg(TypeSizeInBytes); in getOrCreatePerLaneOffsetVariable()
705 PerLaneOffsetVars.push_back(std::make_pair(TypeSizeInBytes, Var)); in getOrCreatePerLaneOffsetVariable()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp706 CharUnits TypeSizeInBytes = in MakeInfo() local
708 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp702 CharUnits TypeSizeInBytes = in MakeInfo() local
704 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp705 CharUnits TypeSizeInBytes = in MakeInfo() local
707 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp702 CharUnits TypeSizeInBytes = in MakeInfo() local
704 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp702 CharUnits TypeSizeInBytes = in MakeInfo() local
704 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp693 CharUnits TypeSizeInBytes = in MakeInfo() local
695 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp693 CharUnits TypeSizeInBytes = in MakeInfo() local
695 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp847 CharUnits TypeSizeInBytes = in MakeInfo() local
849 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp842 CharUnits TypeSizeInBytes = in MakeInfo() local
844 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp847 CharUnits TypeSizeInBytes = in MakeInfo() local
849 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp847 CharUnits TypeSizeInBytes = in MakeInfo() local
849 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp847 CharUnits TypeSizeInBytes = in MakeInfo() local
849 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp847 CharUnits TypeSizeInBytes = in MakeInfo() local
849 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp847 CharUnits TypeSizeInBytes = in MakeInfo() local
849 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp847 CharUnits TypeSizeInBytes = in MakeInfo() local
849 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp847 CharUnits TypeSizeInBytes = in MakeInfo() local
849 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp1349 uint64_t TypeSizeInBytes = IndexTypeSize.getKnownMinSize(); in computeKnownBitsFromOperator() local
1356 ScalingFactor.Zero.setLowBits(countTrailingZeros(TypeSizeInBytes)); in computeKnownBitsFromOperator()
1359 APInt ScalingFactor(IndexBitWidth, TypeSizeInBytes); in computeKnownBitsFromOperator()
1364 ScalingFactor.Zero = ~TypeSizeInBytes; in computeKnownBitsFromOperator()
1365 ScalingFactor.One = TypeSizeInBytes; in computeKnownBitsFromOperator()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DValueTracking.cpp1324 uint64_t TypeSizeInBytes = IndexTypeSize.getKnownMinSize(); in computeKnownBitsFromOperator() local
1331 ScalingFactor.Zero.setLowBits(countTrailingZeros(TypeSizeInBytes)); in computeKnownBitsFromOperator()
1334 APInt ScalingFactor(IndexBitWidth, TypeSizeInBytes); in computeKnownBitsFromOperator()
1340 KnownBits::makeConstant(APInt(IndexBitWidth, TypeSizeInBytes)); in computeKnownBitsFromOperator()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DValueTracking.cpp1324 uint64_t TypeSizeInBytes = IndexTypeSize.getKnownMinSize(); in computeKnownBitsFromOperator() local
1331 ScalingFactor.Zero.setLowBits(countTrailingZeros(TypeSizeInBytes)); in computeKnownBitsFromOperator()
1334 APInt ScalingFactor(IndexBitWidth, TypeSizeInBytes); in computeKnownBitsFromOperator()
1340 KnownBits::makeConstant(APInt(IndexBitWidth, TypeSizeInBytes)); in computeKnownBitsFromOperator()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DValueTracking.cpp1356 uint64_t TypeSizeInBytes = IndexTypeSize.getKnownMinSize(); in computeKnownBitsFromOperator() local
1363 ScalingFactor.Zero.setLowBits(countTrailingZeros(TypeSizeInBytes)); in computeKnownBitsFromOperator()
1366 APInt ScalingFactor(IndexBitWidth, TypeSizeInBytes); in computeKnownBitsFromOperator()
1372 KnownBits::makeConstant(APInt(IndexBitWidth, TypeSizeInBytes)); in computeKnownBitsFromOperator()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/
H A DValueTracking.cpp1356 uint64_t TypeSizeInBytes = IndexTypeSize.getKnownMinSize(); in computeKnownBitsFromOperator() local
1363 ScalingFactor.Zero.setLowBits(countTrailingZeros(TypeSizeInBytes)); in computeKnownBitsFromOperator()
1366 APInt ScalingFactor(IndexBitWidth, TypeSizeInBytes); in computeKnownBitsFromOperator()
1372 KnownBits::makeConstant(APInt(IndexBitWidth, TypeSizeInBytes)); in computeKnownBitsFromOperator()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1356 uint64_t TypeSizeInBytes = IndexTypeSize.getKnownMinSize(); in computeKnownBitsFromOperator() local
1363 ScalingFactor.Zero.setLowBits(countTrailingZeros(TypeSizeInBytes)); in computeKnownBitsFromOperator()
1366 APInt ScalingFactor(IndexBitWidth, TypeSizeInBytes); in computeKnownBitsFromOperator()
1372 KnownBits::makeConstant(APInt(IndexBitWidth, TypeSizeInBytes)); in computeKnownBitsFromOperator()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Analysis/
H A DValueTracking.cpp1350 uint64_t TypeSizeInBytes = IndexTypeSize.getKnownMinSize(); in computeKnownBitsFromOperator() local
1357 ScalingFactor.Zero.setLowBits(countTrailingZeros(TypeSizeInBytes)); in computeKnownBitsFromOperator()
1360 APInt ScalingFactor(IndexBitWidth, TypeSizeInBytes); in computeKnownBitsFromOperator()
1366 KnownBits::makeConstant(APInt(IndexBitWidth, TypeSizeInBytes)); in computeKnownBitsFromOperator()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DValueTracking.cpp1356 uint64_t TypeSizeInBytes = IndexTypeSize.getKnownMinSize(); in computeKnownBitsFromOperator() local
1363 ScalingFactor.Zero.setLowBits(countTrailingZeros(TypeSizeInBytes)); in computeKnownBitsFromOperator()
1366 APInt ScalingFactor(IndexBitWidth, TypeSizeInBytes); in computeKnownBitsFromOperator()
1372 KnownBits::makeConstant(APInt(IndexBitWidth, TypeSizeInBytes)); in computeKnownBitsFromOperator()

12