Searched refs:Op1Ty (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstructionSelector.cpp | 3376 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/ |
D | MachineIRBuilder.cpp | 930 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/ |
D | MachineIRBuilder.cpp | 959 const LLT Op0Ty, const LLT Op1Ty) { in validateSelectOp() argument 963 assert((ResTy == Op0Ty && ResTy == Op1Ty) && "type mismatch"); in validateSelectOp()
|
D | LegalizerHelper.cpp | 6216 LLT Op1Ty = MRI.getType(Op1Reg); in lowerSelect() local 6234 if (MaskTy.getSizeInBits() != Op1Ty.getSizeInBits()) { in lowerSelect()
|
/external/llvm-project/llvm/lib/Target/AArch64/GISel/ |
D | AArch64InstructionSelector.cpp | 4220 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/ |
D | MachineIRBuilder.h | 232 const LLT &Op1Ty);
|
/external/llvm/lib/IR/ |
D | Verifier.cpp | 2828 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/ |
D | MachineIRBuilder.h | 232 const LLT Op1Ty);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Verifier.cpp | 3253 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/ |
D | Verifier.cpp | 3436 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()
|