Searched refs:i1Ty (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactor.cpp | 1083 auto i1Ty = llvm::Type::getInt1Ty(*jit->context); in createMaskedLoad() local 1087 auto i8Mask = jit->builder->CreateIntCast(V(mask), llvm::VectorType::get(i1Ty, numEls, false), false); // vec<int, int, ...> -> vec<bool, bool, ...> in createMaskedLoad() 1103 auto i1Ty = llvm::Type::getInt1Ty(*jit->context); in createMaskedStore() local 1107 auto i1Mask = jit->builder->CreateIntCast(V(mask), llvm::VectorType::get(i1Ty, numEls, false), false); // vec<int, int, ...> -> vec<bool, bool, ...> in createMaskedStore() 1150 auto i1Ty = llvm::Type::getInt1Ty(*jit->context); in createGather() local 1160 auto i1Mask = jit->builder->CreateIntCast(mask, llvm::VectorType::get(i1Ty, numEls, false), false); // vec<int, int, ...> -> vec<bool, bool, ...> in createGather() 1181 Value *elementMask = Nucleus::createExtractElement(V(i1Mask), T(i1Ty), i); in createGather() 1216 auto i1Ty = llvm::Type::getInt1Ty(*jit->context); in createScatter() local 1228 auto i1Mask = jit->builder->CreateIntCast(mask, llvm::VectorType::get(i1Ty, numEls, false), false); // vec<int, int, ...> -> vec<bool, bool, ...> in createScatter() 4146 auto i1Ty in promoteFunctionToCoroutine() local 4313 auto i1Ty = llvm::Type::getInt1Ty(*jit->context); createCoroutine() local 4358 auto i1Ty = llvm::Type::getInt1Ty(*jit->context); yield() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A 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()
|
Completed in 13 milliseconds