Home
last modified time | relevance | path

Searched refs:AlignedStore (Results 1 – 6 of 6) 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-10.0/llvm/lib/Target/SystemZ/
DSystemZOperators.td580 class AlignedStore<SDPatternOperator store>
585 def aligned_store : AlignedStore<store>;
586 def aligned_truncstorei16 : AlignedStore<truncstorei16>;
587 def aligned_truncstorei32 : 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.cc1555 AlignedStore(initial_value, accumulator_shard, element_alignment); in EmitInnerLoopForVectorizedReduction()
1591 AlignedStore(reduced_result, accumulator[i], element_alignment); in EmitInnerLoopForVectorizedReduction()
1618 AlignedStore(value_to_store[i], store_address_typed, alignment); in EmitShardedVectorStore()
2596 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/llvm-project/llvm/test/Instrumentation/MemorySanitizer/
Dmsan_basic.ll54 define void @AlignedStore(i32* nocapture %p, i32 %x) nounwind uwtable sanitize_memory {
60 ; CHECK-LABEL: @AlignedStore