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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp435 const LLT Op0Ty = MRI.getType(MI.getOperand(0).getReg()); local
436 unsigned Op0Size = Op0Ty.getSizeInBits();
477 if (!Op0Ty.isPointer())
491 if (!Op0Ty.isPointer())
505 if (!Op0Ty.isPointer())
523 if (!Op0Ty.isPointer())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp930 const LLT &Op0Ty, const LLT &Op1Ty) {
934 assert((ResTy == Op0Ty && ResTy == Op1Ty) && "type mismatch");
940 TstTy.getNumElements() == Op0Ty.getNumElements())) &&
1029 LLT Op0Ty = SrcOps[1].getLLTTy(*getMRI());
1031 if (Op0Ty.isScalar() || Op0Ty.isPointer())
1035 DstTy.getNumElements() == Op0Ty.getNumElements();
929 validateSelectOp(const LLT &ResTy, const LLT &TstTy, const LLT &Op0Ty, const LLT &Op1Ty) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3252 Type *Op0Ty = IC.getOperand(0)->getType(); local
3254 Assert(Op0Ty == Op1Ty,
3257 Assert(Op0Ty->isIntOrIntVectorTy() || Op0Ty->isPtrOrPtrVectorTy(),
3268 Type *Op0Ty = FC.getOperand(0)->getType(); local
3270 Assert(Op0Ty == Op1Ty,
3273 Assert(Op0Ty->isFPOrFPVectorTy(),
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h231 void validateSelectOp(const LLT &ResTy, const LLT &TstTy, const LLT &Op0Ty,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3428 EVT Op0Ty = N0.getOperand(0).getValueType(); local
3429 if (Op0Ty == ExtSrcTy) {
3433 ZextOp = DAG.getNode(ISD::AND, dl, Op0Ty, N0.getOperand(0),
3434 DAG.getConstant(Imm, dl, Op0Ty));

Completed in 261 milliseconds