Home
last modified time | relevance | path

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

/external/llvm/unittests/Analysis/
DMixedTBAATest.cpp47 auto *Store2 = new StoreInst(Value, Addr, BB); in TEST_F() local
56 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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp479 SDValue Store1, Store2; in ExpandUnalignedStore() local
486 Store2 = DAG.getTruncStore(Chain, dl, TLI.isLittleEndian()?Hi:Lo, Ptr, in ExpandUnalignedStore()
491 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store1, Store2); in ExpandUnalignedStore()
2487 SDValue Store2 = DAG.getStore(Store1, dl, InitialHi, Hi, in ExpandLegalINT_TO_FP() local
2491 SDValue Load = DAG.getLoad(MVT::f64, dl, Store2, StackSlot, in ExpandLegalINT_TO_FP()
/external/v8/src/runtime/
Druntime-simd.cc989 RUNTIME_FUNCTION(Runtime_##type##Store2) { \
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3513 SDValue Store1, Store2; in expandUnalignedStore() local
3523 Store2 = DAG.getTruncStore( in expandUnalignedStore()
3529 DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store1, Store2); in expandUnalignedStore()
DLegalizeDAG.cpp2302 SDValue Store2 = DAG.getStore(Store1, dl, InitialHi, Hi, in ExpandLegalINT_TO_FP() local
2306 SDValue Load = DAG.getLoad(MVT::f64, dl, Store2, StackSlot, in ExpandLegalINT_TO_FP()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp7844 SDValue Store2 = DAG.getStore(Store1, dl, DAG.getConstant(0, MVT::i32), in LowerUINT_TO_FP() local
7847 SDValue Fild = BuildFILD(Op, MVT::i64, Store2, StackSlot, DAG); in LowerUINT_TO_FP()