Searched refs:Store2 (Results 1 – 7 of 7) sorted by relevance
/external/llvm/unittests/Analysis/ |
D | MixedTBAATest.cpp | 47 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/ |
D | origin-alignment.ll | 47 define void @Store2(i8 %x) sanitize_memory { 53 ; CHECK-LABEL: @Store2
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 479 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/ |
D | runtime-simd.cc | 989 RUNTIME_FUNCTION(Runtime_##type##Store2) { \
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 3513 SDValue Store1, Store2; in expandUnalignedStore() local 3523 Store2 = DAG.getTruncStore( in expandUnalignedStore() 3529 DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store1, Store2); in expandUnalignedStore()
|
D | LegalizeDAG.cpp | 2302 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/ |
D | X86ISelLowering.cpp | 7844 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()
|