Home
last modified time | relevance | path

Searched refs:getLLTForMVT (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLowLevelType.h36 LLT getLLTForMVT(MVT Ty);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLowLevelType.cpp54 LLT llvm::getLLTForMVT(MVT Ty) { in getLLTForMVT() function in llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp231 LLT NewLLT = getLLTForMVT(NewVT); in handleAssignments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2256 LLT Ty = VT.isSimple() ? getLLTForMVT(VT.getSimpleVT()) : LLT(); in Select_READ_REGISTER()
2273 LLT Ty = VT.isSimple() ? getLLTForMVT(VT.getSimpleVT()) : LLT(); in Select_WRITE_REGISTER()