Searched refs:getDataLayoutStr (Results 1 – 10 of 10) sorted by relevance
1550 (SrcM->getDataLayoutStr().empty() || in run()1551 SrcM->getDataLayoutStr() == "e-i64:64-v16:16-v32:32-n16:32:64"); in run()1566 SrcM->getDataLayoutStr() + "' whereas '" + in run()1568 DstM.getDataLayoutStr() + "'\n"); in run()
148 std::string DataLayout = M.getDataLayoutStr(); in TEST_F()223 std::string DataLayout = M.getDataLayoutStr(); in TEST_F()
127 if (M->getDataLayoutStr().empty()) in addModule()
249 const std::string &getDataLayoutStr() const { in getDataLayoutStr() function
737 std::string DataLayout = M.getDataLayoutStr(); in TEST_F()835 std::string DataLayout = M.getDataLayoutStr(); in TEST_F()
1193 const std::string &DL = M.getDataLayoutStr(); in writeModuleInfo()
2772 const std::string &DL = M->getDataLayoutStr(); in printModule()
291 return unwrap(M)->getDataLayoutStr().c_str(); in LLVMGetDataLayoutStr()
1248 const std::string &DL = M.getDataLayoutStr(); in writeModuleInfo()
4073 TheModule->getDataLayoutStr(), TheModule->getTargetTriple()); in parseModule()