Searched refs:i1Ty (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/ShapeToStandard/ |
D | ShapeToStandard.cpp | 257 Type i1Ty = rewriter.getI1Type(); in matchAndRewrite() local 259 rewriter.create<ConstantOp>(loc, i1Ty, rewriter.getBoolAttr(true)); in matchAndRewrite() 457 Type i1Ty = rewriter.getI1Type(); in matchAndRewrite() local 459 op, i1Ty, eqRank, in matchAndRewrite() 462 Value init = b.create<ConstantOp>(loc, i1Ty, b.getBoolAttr(true)); in matchAndRewrite() 479 Value result = b.create<ConstantOp>(loc, i1Ty, b.getBoolAttr(false)); in matchAndRewrite()
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 1063 auto i1Ty = llvm::Type::getInt1Ty(*jit->context); in createMaskedLoad() local 1067 …auto i8Mask = jit->builder->CreateIntCast(V(mask), llvm::VectorType::get(i1Ty, numEls, false), fal… in createMaskedLoad() 1083 auto i1Ty = llvm::Type::getInt1Ty(*jit->context); in createMaskedStore() local 1087 …auto i1Mask = jit->builder->CreateIntCast(V(mask), llvm::VectorType::get(i1Ty, numEls, false), fal… in createMaskedStore() 1130 auto i1Ty = llvm::Type::getInt1Ty(*jit->context); in createGather() local 1140 …auto i1Mask = jit->builder->CreateIntCast(mask, llvm::VectorType::get(i1Ty, numEls, false), false)… in createGather() 1161 Value *elementMask = Nucleus::createExtractElement(V(i1Mask), T(i1Ty), i); in createGather() 1196 auto i1Ty = llvm::Type::getInt1Ty(*jit->context); in createScatter() local 1208 …auto i1Mask = jit->builder->CreateIntCast(mask, llvm::VectorType::get(i1Ty, numEls, false), false)… in createScatter() 4064 auto i1Ty = llvm::Type::getInt1Ty(*jit->context); in promoteFunctionToCoroutine() local [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 588 const LLT i1Ty = LLT::scalar(1); in emitSwitchCase() local 592 Cond = MIB.buildICmp(CB.PredInfo.Pred, i1Ty, CondLHS, CondRHS).getReg(0); in emitSwitchCase() 604 MIB.buildICmp(CmpInst::ICMP_SLE, i1Ty, CmpOpReg, CondRHS).getReg(0); in emitSwitchCase() 609 Cond = MIB.buildICmp(CmpInst::ICMP_ULE, i1Ty, Sub, Diff).getReg(0); in emitSwitchCase() 633 auto True = MIB.buildConstant(i1Ty, 1); in emitSwitchCase() 634 Cond = MIB.buildInstr(TargetOpcode::G_XOR, {i1Ty}, {Cond, True}, None) in emitSwitchCase()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 824 const LLT i1Ty = LLT::scalar(1); in emitSwitchCase() local 839 MIB.buildFCmp(CB.PredInfo.Pred, i1Ty, CondLHS, CondRHS).getReg(0); in emitSwitchCase() 842 MIB.buildICmp(CB.PredInfo.Pred, i1Ty, CondLHS, CondRHS).getReg(0); in emitSwitchCase() 855 MIB.buildICmp(CmpInst::ICMP_SLE, i1Ty, CmpOpReg, CondRHS).getReg(0); in emitSwitchCase() 860 Cond = MIB.buildICmp(CmpInst::ICMP_ULE, i1Ty, Sub, Diff).getReg(0); in emitSwitchCase()
|