Searched refs:AlignedStore (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 456 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/ |
D | SystemZOperators.td | 580 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/ |
D | ir_builder_mixin.h | 48 llvm::StoreInst* AlignedStore(Args&&... args) { in AlignedStore() function
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_emitter.cc | 1555 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/ |
D | msan_basic.ll | 49 define void @AlignedStore(i32* nocapture %p, i32 %x) nounwind uwtable sanitize_memory { 55 ; CHECK-LABEL: @AlignedStore
|
/external/llvm-project/llvm/test/Instrumentation/MemorySanitizer/ |
D | msan_basic.ll | 54 define void @AlignedStore(i32* nocapture %p, i32 %x) nounwind uwtable sanitize_memory { 60 ; CHECK-LABEL: @AlignedStore
|