Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h231 void validateSelectOp(const LLT &ResTy, const LLT &TstTy, const LLT &Op0Ty,
/third_party/skia/third_party/externals/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()