Home
last modified time | relevance | path

Searched refs:isExportedInst (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFunctionLoweringInfo.h137 bool isExportedInst(const Value *V) { in isExportedInst() function
/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h212 bool isExportedInst(const Value *V) { in isExportedInst() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h235 bool isExportedInst(const Value *V) { in isExportedInst() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp822 !FuncInfo->isExportedInst(I); // Exported instrs must be computed. in isFoldedOrDeadInstruction()
DSelectionDAGBuilder.cpp1254 if (FuncInfo.isExportedInst(V)) return; in ExportFromCurrentBlock()
1270 return FuncInfo.isExportedInst(V); in isExportableFromCurrentBlock()
1280 return FuncInfo.isExportedInst(V); in isExportableFromCurrentBlock()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1035 !FuncInfo->isExportedInst(I); // Exported instrs must be computed. in isFoldedOrDeadInstruction()
DSelectionDAGBuilder.cpp1543 if (FuncInfo.isExportedInst(V)) return; in ExportFromCurrentBlock()
1559 return FuncInfo.isExportedInst(V); in isExportableFromCurrentBlock()
1569 return FuncInfo.isExportedInst(V); in isExportableFromCurrentBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1177 !FuncInfo->isExportedInst(I); // Exported instrs must be computed. in isFoldedOrDeadInstruction()
DSelectionDAGBuilder.cpp1692 if (FuncInfo.isExportedInst(V)) return; in ExportFromCurrentBlock()
1708 return FuncInfo.isExportedInst(V); in isExportableFromCurrentBlock()
1718 return FuncInfo.isExportedInst(V); in isExportableFromCurrentBlock()