Searched refs:MVTToLLT (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp187 static Optional<LLTCodeGen> MVTToLLT(MVT::SimpleValueType SVT) { function in namespace:__anon5929
1598 auto OpTyOrNone = MVTToLLT(VTy.getMachineValueType().SimpleTy);
3613 MVTToLLT(getValueType(Predicate.getMemoryVT()));
4050 MVTToLLT(ChildTypes.front().getMachineValueType().SimpleTy);
4087 OpTyOrNone = MVTToLLT(ChildTypes.front().getMachineValueType().SimpleTy);
4453 OpTyOrNone = MVTToLLT(getValueType(

Completed in 110 milliseconds