Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelTypeUtils.h38 LLT getLLTForMVT(MVT Ty);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowLevelTypeUtils.cpp67 LLT llvm::getLLTForMVT(MVT Ty) { in getLLTForMVT() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1148 LLT SwitchTy = getLLTForMVT(BB.RegVT); in emitBitTestCase()
2794 ? getLLTForMVT(Info.memVT.getSimpleVT()) in translateCall()
3687 LLT PtrMemTy = getLLTForMVT(TLI->getPointerMemTy(*DL)); in emitSPDescriptorParent()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2443 LLT Ty = VT.isSimple() ? getLLTForMVT(VT.getSimpleVT()) : LLT(); in Select_READ_REGISTER()
2460 LLT Ty = VT.isSimple() ? getLLTForMVT(VT.getSimpleVT()) : LLT(); in Select_WRITE_REGISTER()