Home
last modified time | relevance | path

Searched refs:Op1Ty (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp980 const LLT Op0Ty, const LLT Op1Ty) { in validateSelectOp() argument
984 assert((ResTy == Op0Ty && ResTy == Op1Ty) && "type mismatch"); in validateSelectOp()
H A DLegalizerHelper.cpp6811 LLT Op1Ty = MRI.getType(Op1Reg); in lowerSelect() local
6829 if (MaskTy.getSizeInBits() != Op1Ty.getSizeInBits()) { in lowerSelect()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4327 const LLT Op1Ty = MRI.getType(Op1); in emitVectorConcat() local
4330 if (Op1Ty != Op2Ty) { in emitVectorConcat()
4334 assert(Op1Ty.isVector() && "Expected a vector for vector concat"); in emitVectorConcat()
4336 if (Op1Ty.getSizeInBits() >= 128) { in emitVectorConcat()
4342 if (Op1Ty.getSizeInBits() != 64) { in emitVectorConcat()
4347 const LLT ScalarTy = LLT::scalar(Op1Ty.getSizeInBits()); in emitVectorConcat()
4350 getMinClassForRegBank(FPRBank, Op1Ty.getSizeInBits() * 2); in emitVectorConcat()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h232 const LLT Op1Ty);
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp3572 Type *Op1Ty = IC.getOperand(1)->getType(); in visitICmpInst() local
3573 Assert(Op0Ty == Op1Ty, in visitICmpInst()
3588 Type *Op1Ty = FC.getOperand(1)->getType(); in visitFCmpInst() local
3589 Assert(Op0Ty == Op1Ty, in visitFCmpInst()