Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelType.h37 LLT getLLTForMVT(MVT Ty);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowLevelType.cpp55 LLT llvm::getLLTForMVT(MVT Ty) { in getLLTForMVT() function in llvm
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2297 LLT Ty = VT.isSimple() ? getLLTForMVT(VT.getSimpleVT()) : LLT(); in Select_READ_REGISTER()
2314 LLT Ty = VT.isSimple() ? getLLTForMVT(VT.getSimpleVT()) : LLT(); in Select_WRITE_REGISTER()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1053 LLT SwitchTy = getLLTForMVT(BB.RegVT); in emitBitTestCase()
2384 ? getLLTForMVT(Info.memVT.getSimpleVT()) in translateCall()