Home
last modified time | relevance | path

Searched refs:AlignedStore (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZOperators.td456 class AlignedStore<SDPatternOperator store>
461 def aligned_store : AlignedStore<store>;
462 def aligned_truncstorei16 : AlignedStore<truncstorei16>;
463 def aligned_truncstorei32 : AlignedStore<truncstorei32>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZOperators.td543 class AlignedStore<SDPatternOperator store>
548 def aligned_store : AlignedStore<store>;
549 def aligned_truncstorei16 : AlignedStore<truncstorei16>;
550 def aligned_truncstorei32 : AlignedStore<truncstorei32>;
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrInfo.td233 class AlignedStore<PatFrag Node> : PatFrag<(ops node:$val, node:$ptr),
247 def truncstorei16_a : AlignedStore<truncstorei16>;
248 def store_a : AlignedStore<store>;
249 def truncstorei32_a : AlignedStore<truncstorei32>;
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h48 llvm::StoreInst* AlignedStore(Args&&... args) { in AlignedStore() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1590 AlignedStore(initial_value, accumulator_shard, element_alignment); in EmitInnerLoopForVectorizedReduction()
1626 AlignedStore(reduced_result, accumulator[i], element_alignment); in EmitInnerLoopForVectorizedReduction()
1653 AlignedStore(value_to_store[i], store_address_typed, alignment); in EmitShardedVectorStore()
2495 AlignedStore(load_instruction, BitCast(target, primitive_ptr_type), in EmitTransferElements()
/external/llvm/test/Instrumentation/MemorySanitizer/
Dmsan_basic.ll49 define void @AlignedStore(i32* nocapture %p, i32 %x) nounwind uwtable sanitize_memory {
55 ; CHECK-LABEL: @AlignedStore
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/MemorySanitizer/
Dmsan_basic.ll49 define void @AlignedStore(i32* nocapture %p, i32 %x) nounwind uwtable sanitize_memory {
55 ; CHECK-LABEL: @AlignedStore