Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsRegisterBankInfo.cpp464 const LLT Op0Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
465 unsigned Op0Size = Op0Ty.getSizeInBits(); in getInstrMapping()
507 if (!Op0Ty.isPointer()) in getInstrMapping()
527 if (!Op0Ty.isPointer()) in getInstrMapping()
547 if (!Op0Ty.isPointer()) in getInstrMapping()
568 if (!Op0Ty.isPointer()) in getInstrMapping()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp979 const LLT Op0Ty, const LLT Op1Ty) { in validateSelectOp() argument
983 assert((ResTy == Op0Ty && ResTy == Op1Ty) && "type mismatch"); in validateSelectOp()
989 TstTy.getNumElements() == Op0Ty.getNumElements())) && in validateSelectOp()
1099 LLT Op0Ty = SrcOps[1].getLLTTy(*getMRI()); in buildInstr() local
1101 if (Op0Ty.isScalar() || Op0Ty.isPointer()) in buildInstr()
1105 DstTy.getNumElements() == Op0Ty.getNumElements(); in buildInstr()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DVerifier.cpp3537 Type *Op0Ty = IC.getOperand(0)->getType(); in visitICmpInst() local
3539 Assert(Op0Ty == Op1Ty, in visitICmpInst()
3542 Assert(Op0Ty->isIntOrIntVectorTy() || Op0Ty->isPtrOrPtrVectorTy(), in visitICmpInst()
3553 Type *Op0Ty = FC.getOperand(0)->getType(); in visitFCmpInst() local
3555 Assert(Op0Ty == Op1Ty, in visitFCmpInst()
3558 Assert(Op0Ty->isFPOrFPVectorTy(), in visitFCmpInst()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h223 void validateSelectOp(const LLT ResTy, const LLT TstTy, const LLT Op0Ty,