Searched refs:AlignedStore (Results 1 – 7 of 7) 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-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 543 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/ |
D | MipsInstrInfo.td | 233 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/ |
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 | 1590 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/ |
D | msan_basic.ll | 49 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/ |
D | msan_basic.ll | 49 define void @AlignedStore(i32* nocapture %p, i32 %x) nounwind uwtable sanitize_memory { 55 ; CHECK-LABEL: @AlignedStore
|