Searched refs:Store2 (Results 1 – 5 of 5) sorted by relevance
/external/llvm/unittests/Analysis/ |
D | MixedTBAATest.cpp | 46 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/ |
D | origin-alignment.ll | 47 define void @Store2(i8 %x) sanitize_memory { 53 ; CHECK-LABEL: @Store2
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 419 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/ |
D | runtime-simd.cc | 997 RUNTIME_FUNCTION(Runtime_##type##Store2) { \
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 12915 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()
|