Home
last modified time | relevance | path

Searched refs:Store2 (Results 1 – 5 of 5) sorted by relevance

/external/llvm/unittests/Analysis/
DMixedTBAATest.cpp46 auto *Store2 = new StoreInst(Value, Addr, BB); in TEST_F() local
55 Store2->setMetadata(LLVMContext::MD_tbaa, MD3); in TEST_F()
/external/llvm/test/Instrumentation/MemorySanitizer/
Dorigin-alignment.ll47 define void @Store2(i8 %x) sanitize_memory {
53 ; CHECK-LABEL: @Store2
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp419 SDValue Store1, Store2; in ExpandUnalignedStore() local
429 Store2 = DAG.getTruncStore( in ExpandUnalignedStore()
435 DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store1, Store2); in ExpandUnalignedStore()
2557 SDValue Store2 = DAG.getStore(Store1, dl, InitialHi, Hi, in ExpandLegalINT_TO_FP() local
2561 SDValue Load = DAG.getLoad(MVT::f64, dl, Store2, StackSlot, in ExpandLegalINT_TO_FP()
/external/v8/src/runtime/
Druntime-simd.cc997 RUNTIME_FUNCTION(Runtime_##type##Store2) { \
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp12915 SDValue Store2 = DAG.getStore(Store1, dl, DAG.getConstant(0, dl, MVT::i32), in LowerUINT_TO_FP() local
12918 SDValue Fild = BuildFILD(Op, MVT::i64, Store2, StackSlot, DAG); in LowerUINT_TO_FP()