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.cpp1781 std::string InstStrStorage; in SelectAllBasicBlocks() local
1782 raw_string_ostream InstStr(InstStrStorage); in SelectAllBasicBlocks()
1785 R << ": " << InstStrStorage; in SelectAllBasicBlocks()
1831 std::string InstStrStorage; in SelectAllBasicBlocks() local
1832 raw_string_ostream InstStr(InstStrStorage); in SelectAllBasicBlocks()
1834 R << ": " << InstStrStorage; in SelectAllBasicBlocks()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp4000 std::string InstStrStorage; in runOnMachineFunction() local
4001 raw_string_ostream InstStr(InstStrStorage); in runOnMachineFunction()
4004 R << ": '" << InstStrStorage << "'"; in runOnMachineFunction()