Searched defs:Store2 (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/unittests/Transforms/Vectorize/ |
H A D | VPlanSlpTest.cpp | 105 VPInstruction *Store2 = cast<VPInstruction>(&*std::next(Body->begin(), 14)); in TEST_F() local 177 VPInstruction *Store2 = cast<VPInstruction>(&*std::next(Body->begin(), 14)); in TEST_F() local 249 VPInstruction *Store2 = cast<VPInstruction>(&*std::next(Body->begin(), 10)); in TEST_F() local 313 VPInstruction *Store2 = cast<VPInstruction>(&*std::next(Body->begin(), 10)); in TEST_F() local 321 static void checkReorderExample(VPInstruction *Store1, VPInstruction *Store2, in checkReorderExample() argument 450 VPInstruction *Store2 = cast<VPInstruction>(&*std::next(Body->begin(), 26)); TEST_F() local 522 VPInstruction *Store2 = cast<VPInstruction>(&*std::next(Body->begin(), 26)); TEST_F() local 594 VPInstruction *Store2 = cast<VPInstruction>(&*std::next(Body->begin(), 26)); TEST_F() local 670 VPInstruction *Store2 = cast<VPInstruction>(&*std::next(Body->begin(), 26)); TEST_F() local 732 VPInstruction *Store2 = cast<VPInstruction>(&*std::next(BB2->begin(), 5)); TEST_F() local 795 VPInstruction *Store2 = cast<VPInstruction>(&*std::next(BB2->begin(), 3)); TEST_F() local 854 VPInstruction *Store2 = cast<VPInstruction>(&*std::next(Body->begin(), 14)); TEST_F() local 913 VPInstruction *Store2 = cast<VPInstruction>(&*std::next(Body->begin(), 14)); TEST_F() local [all...] |
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 247 Value *Store2 = I2 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) generate() local
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 4201 StoreInst *Store2 = dyn_cast<StoreInst>(ExtVal3->getNextNode()); TEST_F() local 6120 auto *Store2 = Alloca2->getNextNode(); TEST_F() local 6272 auto *Store2 = Alloca2->getNextNode(); TEST_F() local [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 2687 SDValue Store2 = ExpandLegalINT_TO_FP() local
|
H A D | TargetLowering.cpp | 9983 SDValue Store1, Store2; expandUnalignedStore() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 19935 SDValue Store2 = DAG.getStore(Store1, dl, DAG.getConstant(0, dl, MVT::i32), LowerUINT_TO_FP() local [all...] |