Home
last modified time | relevance | path

Searched refs:EltAlign (Results 1 – 25 of 130) sorted by relevance

123456

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/4.0/
H A DInstCombineLoadStoreAlloca.cpp595 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); in unpackLoadToAggregate() local
596 auto *L = IC.Builder->CreateAlignedLoad(Ptr, EltAlign, Name + ".unpack"); in unpackLoadToAggregate()
1102 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local
1103 IC.Builder->CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
1149 auto EltAlign = MinAlign(Align, Offset); in unpackStoreToAggregate() local
1150 IC.Builder->CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp693 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); in unpackLoadToAggregate() local
695 EltAlign, Name + ".unpack"); in unpackLoadToAggregate()
1227 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local
1228 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
1277 auto EltAlign = MinAlign(Align, Offset); in unpackStoreToAggregate() local
1278 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp693 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); in unpackLoadToAggregate() local
695 EltAlign, Name + ".unpack"); in unpackLoadToAggregate()
1227 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local
1228 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
1277 auto EltAlign = MinAlign(Align, Offset); in unpackStoreToAggregate() local
1278 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp693 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); in unpackLoadToAggregate() local
695 EltAlign, Name + ".unpack"); in unpackLoadToAggregate()
1227 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local
1228 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
1277 auto EltAlign = MinAlign(Align, Offset); in unpackStoreToAggregate() local
1278 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp727 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); in unpackLoadToAggregate() local
728 auto *L = IC.Builder.CreateAlignedLoad(Ptr, EltAlign, Name + ".unpack"); in unpackLoadToAggregate()
1256 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local
1257 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
1306 auto EltAlign = MinAlign(Align, Offset); in unpackStoreToAggregate() local
1307 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombineLoadStoreAlloca.cpp737 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); in unpackLoadToAggregate() local
738 auto* L = IC.Builder.CreateAlignedLoad(Ptr, EltAlign, Name + ".unpack"); in unpackLoadToAggregate()
1267 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local
1268 llvm::Instruction* NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
1317 auto EltAlign = MinAlign(Align, Offset); in unpackStoreToAggregate() local
1318 Instruction* NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp726 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); in unpackLoadToAggregate() local
728 EltAlign, Name + ".unpack"); in unpackLoadToAggregate()
1260 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local
1261 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
1310 auto EltAlign = MinAlign(Align, Offset); in unpackStoreToAggregate() local
1311 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp726 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); in unpackLoadToAggregate() local
727 auto *L = IC.Builder.CreateAlignedLoad(Ptr, EltAlign, Name + ".unpack"); in unpackLoadToAggregate()
1255 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local
1256 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
1305 auto EltAlign = MinAlign(Align, Offset); in unpackStoreToAggregate() local
1306 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1186 auto EltAlign = commonAlignment(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local
1187 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
1234 auto EltAlign = commonAlignment(Align, Offset); in unpackStoreToAggregate() local
1235 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1209 auto EltAlign = commonAlignment(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local
1210 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
1257 auto EltAlign = commonAlignment(Align, Offset); in unpackStoreToAggregate() local
1258 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1175 auto EltAlign = commonAlignment(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local
1176 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
1223 auto EltAlign = commonAlignment(Align, Offset); in unpackStoreToAggregate() local
1224 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1209 auto EltAlign = commonAlignment(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local
1210 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
1257 auto EltAlign = commonAlignment(Align, Offset); in unpackStoreToAggregate() local
1258 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1196 auto EltAlign = commonAlignment(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local
1197 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
1244 auto EltAlign = commonAlignment(Align, Offset); in unpackStoreToAggregate() local
1245 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1175 auto EltAlign = commonAlignment(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local
1176 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
1223 auto EltAlign = commonAlignment(Align, Offset); in unpackStoreToAggregate() local
1224 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1209 auto EltAlign = commonAlignment(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local
1210 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
1257 auto EltAlign = commonAlignment(Align, Offset); in unpackStoreToAggregate() local
1258 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1200 auto EltAlign = commonAlignment(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local
1201 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
1246 auto EltAlign = commonAlignment(Align, Offset); in unpackStoreToAggregate() local
1247 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1209 auto EltAlign = commonAlignment(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local
1210 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
1257 auto EltAlign = commonAlignment(Align, Offset); in unpackStoreToAggregate() local
1258 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1196 auto EltAlign = commonAlignment(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local
1197 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
1244 auto EltAlign = commonAlignment(Align, Offset); in unpackStoreToAggregate() local
1245 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1209 auto EltAlign = commonAlignment(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local
1210 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
1257 auto EltAlign = commonAlignment(Align, Offset); in unpackStoreToAggregate() local
1258 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1537 MaybeAlign EltAlign; in LowerCall() local
1539 EltAlign = commonAlignment(ArgAlign, Offsets[j]); in LowerCall()
1543 TheStoreType, MachinePointerInfo(), EltAlign, in LowerCall()
1769 Align EltAlign = commonAlignment(RetAlign, Offsets[i]); in LowerCall() local
1812 MachinePointerInfo(), EltAlign, in LowerCall()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1539 MaybeAlign EltAlign; in LowerCall() local
1541 EltAlign = commonAlignment(ArgAlign, Offsets[j]); in LowerCall()
1545 TheStoreType, MachinePointerInfo(), EltAlign, in LowerCall()
1771 Align EltAlign = commonAlignment(RetAlign, Offsets[i]); in LowerCall() local
1814 MachinePointerInfo(), EltAlign, in LowerCall()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1537 MaybeAlign EltAlign; in LowerCall() local
1539 EltAlign = commonAlignment(ArgAlign, Offsets[j]); in LowerCall()
1543 TheStoreType, MachinePointerInfo(), EltAlign, in LowerCall()
1769 Align EltAlign = commonAlignment(RetAlign, Offsets[i]); in LowerCall() local
1812 MachinePointerInfo(), EltAlign, in LowerCall()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1539 MaybeAlign EltAlign; in LowerCall() local
1541 EltAlign = commonAlignment(ArgAlign, Offsets[j]); in LowerCall()
1545 TheStoreType, MachinePointerInfo(), EltAlign, in LowerCall()
1771 Align EltAlign = commonAlignment(RetAlign, Offsets[i]); in LowerCall() local
1814 MachinePointerInfo(), EltAlign, in LowerCall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1538 MaybeAlign EltAlign; in LowerCall() local
1540 EltAlign = commonAlignment(ArgAlign, Offsets[j]); in LowerCall()
1544 TheStoreType, MachinePointerInfo(), EltAlign, in LowerCall()
1770 Align EltAlign = commonAlignment(RetAlign, Offsets[i]); in LowerCall() local
1813 MachinePointerInfo(), EltAlign, in LowerCall()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1540 MaybeAlign EltAlign;
1542 EltAlign = commonAlignment(ArgAlign, Offsets[j]);
1546 TheStoreType, MachinePointerInfo(), EltAlign,
1772 Align EltAlign = commonAlignment(RetAlign, Offsets[i]);
1815 MachinePointerInfo(), EltAlign,

123456