Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelTypeUtils.h38 LLT getLLTForMVT(MVT Ty);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowLevelTypeUtils.cpp64 LLT llvm::getLLTForMVT(MVT Ty) { in getLLTForMVT() function in llvm
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1150 LLT SwitchTy = getLLTForMVT(BB.RegVT); in emitBitTestCase()
2636 ? getLLTForMVT(Info.memVT.getSimpleVT()) in translateCall()
3487 LLT PtrMemTy = getLLTForMVT(TLI.getPointerMemTy(*DL)); in emitSPDescriptorParent()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2324 LLT Ty = VT.isSimple() ? getLLTForMVT(VT.getSimpleVT()) : LLT(); in Select_READ_REGISTER()
2341 LLT Ty = VT.isSimple() ? getLLTForMVT(VT.getSimpleVT()) : LLT(); in Select_WRITE_REGISTER()