Home
last modified time | relevance | path

Searched refs:Op1Ty (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp3376 const LLT Op1Ty = MRI.getType(Op1); in emitVectorConcat() local
3379 if (Op1Ty != Op2Ty) { in emitVectorConcat()
3383 assert(Op1Ty.isVector() && "Expected a vector for vector concat"); in emitVectorConcat()
3385 if (Op1Ty.getSizeInBits() >= 128) { in emitVectorConcat()
3391 if (Op1Ty.getSizeInBits() != 64) { in emitVectorConcat()
3396 const LLT ScalarTy = LLT::scalar(Op1Ty.getSizeInBits()); in emitVectorConcat()
3399 getMinClassForRegBank(FPRBank, Op1Ty.getSizeInBits() * 2); in emitVectorConcat()
/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()
/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()
DLegalizerHelper.cpp6216 LLT Op1Ty = MRI.getType(Op1Reg); in lowerSelect() local
6234 if (MaskTy.getSizeInBits() != Op1Ty.getSizeInBits()) { in lowerSelect()
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp4220 const LLT Op1Ty = MRI.getType(Op1); in emitVectorConcat() local
4223 if (Op1Ty != Op2Ty) { in emitVectorConcat()
4227 assert(Op1Ty.isVector() && "Expected a vector for vector concat"); in emitVectorConcat()
4229 if (Op1Ty.getSizeInBits() >= 128) { in emitVectorConcat()
4235 if (Op1Ty.getSizeInBits() != 64) { in emitVectorConcat()
4240 const LLT ScalarTy = LLT::scalar(Op1Ty.getSizeInBits()); in emitVectorConcat()
4243 getMinClassForRegBank(FPRBank, Op1Ty.getSizeInBits() * 2); in emitVectorConcat()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h232 const LLT &Op1Ty);
/external/llvm/lib/IR/
DVerifier.cpp2828 Type *Op1Ty = IC.getOperand(1)->getType(); in visitICmpInst() local
2829 Assert(Op0Ty == Op1Ty, in visitICmpInst()
2845 Type *Op1Ty = FC.getOperand(1)->getType(); in visitFCmpInst() local
2846 Assert(Op0Ty == Op1Ty, in visitFCmpInst()
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h232 const LLT Op1Ty);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp3253 Type *Op1Ty = IC.getOperand(1)->getType(); in visitICmpInst() local
3254 Assert(Op0Ty == Op1Ty, in visitICmpInst()
3269 Type *Op1Ty = FC.getOperand(1)->getType(); in visitFCmpInst() local
3270 Assert(Op0Ty == Op1Ty, in visitFCmpInst()
/external/llvm-project/llvm/lib/IR/
DVerifier.cpp3436 Type *Op1Ty = IC.getOperand(1)->getType(); in visitICmpInst() local
3437 Assert(Op0Ty == Op1Ty, in visitICmpInst()
3452 Type *Op1Ty = FC.getOperand(1)->getType(); in visitFCmpInst() local
3453 Assert(Op0Ty == Op1Ty, in visitFCmpInst()