Home
last modified time | relevance | path

Searched refs:InstStrStorage (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1804 std::string InstStrStorage; in SelectAllBasicBlocks() local
1805 raw_string_ostream InstStr(InstStrStorage); in SelectAllBasicBlocks()
1808 R << ": " << InstStrStorage; in SelectAllBasicBlocks()
1854 std::string InstStrStorage; in SelectAllBasicBlocks() local
1855 raw_string_ostream InstStr(InstStrStorage); in SelectAllBasicBlocks()
1857 R << ": " << InstStrStorage; in SelectAllBasicBlocks()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp4153 std::string InstStrStorage; in runOnMachineFunction() local
4154 raw_string_ostream InstStr(InstStrStorage); in runOnMachineFunction()
4157 R << ": '" << InstStrStorage << "'"; in runOnMachineFunction()