Searched refs:imm2 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_peephole.cpp775 ImmediateValue &imm2)
777 struct Storage *const a = &imm0.reg, *const b = &imm1.reg, *const c = &imm2.reg;
874 const int s, ImmediateValue& imm2)
880 float f = imm2.reg.data.f32 * exp2f(mul2->postFactor);
896 // d = mul a, imm2 -> d = mul r, (imm1 * imm2)
938 ConstantFolding::opnd3(Instruction *i, ImmediateValue &imm2) argument
943 if (imm2.isInteger(0)) {
951 if (imm2.isInteger(0)) {
772 expr(Instruction * i,ImmediateValue & imm0,ImmediateValue & imm1,ImmediateValue & imm2) argument
873 tryCollapseChainedMULs(Instruction * mul2,const int s,ImmediateValue & imm2) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_peephole.cpp791 ImmediateValue &imm2)
793 struct Storage *const a = &imm0.reg, *const b = &imm1.reg, *const c = &imm2.reg;
907 const int s, ImmediateValue& imm2)
913 float f = imm2.reg.data.f32 * exp2f(mul2->postFactor);
929 // d = mul a, imm2 -> d = mul r, (imm1 * imm2)
971 ConstantFolding::opnd3(Instruction *i, ImmediateValue &imm2) argument
976 if (imm2.isInteger(0)) {
984 if (imm2.isInteger(0)) {
788 expr(Instruction * i,ImmediateValue & imm0,ImmediateValue & imm1,ImmediateValue & imm2) argument
906 tryCollapseChainedMULs(Instruction * mul2,const int s,ImmediateValue & imm2) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_mem.c975 LLVMValueRef imm2 = LLVMConstInt(ctx->i32, 2, 0); local in function:fix_resinfo
977 LLVMValueRef z = LLVMBuildExtractElement(builder, out, imm2, "");
980 out = LLVMBuildInsertElement(builder, out, z, imm2, "");

Completed in 12 milliseconds