/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsRegisterBankInfo.cpp | 435 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/ |
D | MipsRegisterBankInfo.cpp | 464 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/ |
D | MachineIRBuilder.cpp | 930 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/ |
D | MachineIRBuilder.cpp | 959 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/ |
D | Verifier.cpp | 2827 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/ |
D | Verifier.cpp | 3252 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/ |
D | Verifier.cpp | 3435 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/ |
D | MachineIRBuilder.h | 231 void validateSelectOp(const LLT &ResTy, const LLT &TstTy, const LLT &Op0Ty,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1634 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/ |
D | MachineIRBuilder.h | 231 void validateSelectOp(const LLT ResTy, const LLT TstTy, const LLT Op0Ty,
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 3733 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/ |
D | TargetLowering.cpp | 3428 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()
|