Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsRegisterBankInfo.cpp435 const LLT Op0Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
436 unsigned Op0Size = Op0Ty.getSizeInBits(); in getInstrMapping()
477 if (!Op0Ty.isPointer()) in getInstrMapping()
491 if (!Op0Ty.isPointer()) in getInstrMapping()
505 if (!Op0Ty.isPointer()) in getInstrMapping()
523 if (!Op0Ty.isPointer()) in getInstrMapping()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp930 const LLT &Op0Ty, const LLT &Op1Ty) { in validateSelectOp() argument
934 assert((ResTy == Op0Ty && ResTy == Op1Ty) && "type mismatch"); in validateSelectOp()
940 TstTy.getNumElements() == Op0Ty.getNumElements())) && in validateSelectOp()
1029 LLT Op0Ty = SrcOps[1].getLLTTy(*getMRI()); in buildInstr() local
1031 if (Op0Ty.isScalar() || Op0Ty.isPointer()) in buildInstr()
1035 DstTy.getNumElements() == Op0Ty.getNumElements(); in buildInstr()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp959 const LLT Op0Ty, const LLT Op1Ty) { in validateSelectOp() argument
963 assert((ResTy == Op0Ty && ResTy == Op1Ty) && "type mismatch"); in validateSelectOp()
969 TstTy.getNumElements() == Op0Ty.getNumElements())) && in validateSelectOp()
1079 LLT Op0Ty = SrcOps[1].getLLTTy(*getMRI()); in buildInstr() local
1081 if (Op0Ty.isScalar() || Op0Ty.isPointer()) in buildInstr()
1085 DstTy.getNumElements() == Op0Ty.getNumElements(); in buildInstr()
/external/llvm/lib/IR/
DVerifier.cpp2827 Type *Op0Ty = IC.getOperand(0)->getType(); in visitICmpInst() local
2829 Assert(Op0Ty == Op1Ty, in visitICmpInst()
2832 Assert(Op0Ty->isIntOrIntVectorTy() || Op0Ty->getScalarType()->isPointerTy(), in visitICmpInst()
2844 Type *Op0Ty = FC.getOperand(0)->getType(); in visitFCmpInst() local
2846 Assert(Op0Ty == Op1Ty, in visitFCmpInst()
2849 Assert(Op0Ty->isFPOrFPVectorTy(), in visitFCmpInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp3252 Type *Op0Ty = IC.getOperand(0)->getType(); in visitICmpInst() local
3254 Assert(Op0Ty == Op1Ty, in visitICmpInst()
3257 Assert(Op0Ty->isIntOrIntVectorTy() || Op0Ty->isPtrOrPtrVectorTy(), in visitICmpInst()
3268 Type *Op0Ty = FC.getOperand(0)->getType(); in visitFCmpInst() local
3270 Assert(Op0Ty == Op1Ty, in visitFCmpInst()
3273 Assert(Op0Ty->isFPOrFPVectorTy(), in visitFCmpInst()
/external/llvm-project/llvm/lib/IR/
DVerifier.cpp3435 Type *Op0Ty = IC.getOperand(0)->getType(); in visitICmpInst() local
3437 Assert(Op0Ty == Op1Ty, in visitICmpInst()
3440 Assert(Op0Ty->isIntOrIntVectorTy() || Op0Ty->isPtrOrPtrVectorTy(), in visitICmpInst()
3451 Type *Op0Ty = FC.getOperand(0)->getType(); in visitFCmpInst() local
3453 Assert(Op0Ty == Op1Ty, in visitFCmpInst()
3456 Assert(Op0Ty->isFPOrFPVectorTy(), in visitFCmpInst()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h231 void validateSelectOp(const LLT &ResTy, const LLT &TstTy, const LLT &Op0Ty,
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1634 EVT Op0Ty = N0.getOperand(0).getValueType(); in SimplifySetCC() local
1635 if (Op0Ty == ExtSrcTy) { in SimplifySetCC()
1639 ZextOp = DAG.getNode(ISD::AND, dl, Op0Ty, N0.getOperand(0), in SimplifySetCC()
1640 DAG.getConstant(Imm, dl, Op0Ty)); in SimplifySetCC()
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h231 void validateSelectOp(const LLT ResTy, const LLT TstTy, const LLT Op0Ty,
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3733 EVT Op0Ty = N0.getOperand(0).getValueType(); in SimplifySetCC() local
3734 if (Op0Ty == ExtSrcTy) { in SimplifySetCC()
3738 ZextOp = DAG.getNode(ISD::AND, dl, Op0Ty, N0.getOperand(0), in SimplifySetCC()
3739 DAG.getConstant(Imm, dl, Op0Ty)); in SimplifySetCC()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3428 EVT Op0Ty = N0.getOperand(0).getValueType(); in SimplifySetCC() local
3429 if (Op0Ty == ExtSrcTy) { in SimplifySetCC()
3433 ZextOp = DAG.getNode(ISD::AND, dl, Op0Ty, N0.getOperand(0), in SimplifySetCC()
3434 DAG.getConstant(Imm, dl, Op0Ty)); in SimplifySetCC()