Searched defs:Store1 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/unittests/Analysis/ |
D | MixedTBAATest.cpp | 45 auto *Store1 = new StoreInst(Value, Addr, BB); in TEST_F() local
|
D | AliasAnalysisTest.cpp | 180 auto *Store1 = new StoreInst(Value, Addr, BB); in TEST_F() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | MergedLoadStoreMotion.cpp | 421 StoreInst *Store1 = cast<StoreInst>(Inst); in canSinkFromBlock() local
|
/external/v8/test/cctest/ |
D | test-asm-validator.cc | 1377 TEST(Store1) { in TEST() argument
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 419 SDValue Store1, Store2; in ExpandUnalignedStore() local 2551 SDValue Store1 = DAG.getStore(DAG.getEntryNode(), dl, in ExpandLegalINT_TO_FP() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 12912 SDValue Store1 = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0), in LowerUINT_TO_FP() local
|