Home
last modified time | relevance | path

Searched refs:createBinOp (Results 1 – 25 of 72) sorted by relevance

123

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/
H A DTranslateSendMedia.cpp438 createBinOp(G4_and, g4::SIMD1, tmp_dst1_opnd, tmp_src1_opnd, in translateVISAVmeImeInst()
456 createBinOp(G4_or, g4::SIMD1, tmp_dst2_opnd, tmp_src2_opnd, in translateVISAVmeImeInst()
793 createBinOp(G4_shl, g4::SIMD1, in translateVISASamplerVAGenericInst()
842 createBinOp(G4_shl, g4::SIMD1, temp_dst, hSizeOpnd, in translateVISASamplerVAGenericInst()
1032 createBinOp(G4_and, g4::SIMD1, dst2_opnd, eifbypass, in translateVISAAvsInst()
1038 createBinOp(G4_shl, g4::SIMD1, dst3_opnd, src2_opnd, in translateVISAAvsInst()
1368 createBinOp(G4_shl, g4::SIMD1, in translateVISAVaSklPlusGeneralInst()
1371 createBinOp(G4_add, g4::SIMD1, in translateVISAVaSklPlusGeneralInst()
1379 createBinOp(G4_shl, g4::SIMD1, in translateVISAVaSklPlusGeneralInst()
1383 createBinOp(G4_add, g4::SIMD1, in translateVISAVaSklPlusGeneralInst()
[all …]
H A DTranslateSendLdStLegacy.cpp196 IRB->createBinOp(G4_and, g4::SIMD1, DstOpnd, SrcOpnd, Mask, in BuildStatelessSurfaceMessageHeader()
295 createBinOp(G4_shl, g4::SIMD1, dstOpnd, offOpnd, in translateVISAOwordLoadInst()
635 createBinOp(G4_shl, G4_ExecSize(numElt), tmpDstOpnd, eltOffOpnd, in translateVISAGatherInst()
677 createBinOp(G4_shl, g4::SIMD1, dst2_opnd, gOffOpnd, in translateVISAGatherInst()
680 createBinOp(G4_shl, G4_ExecSize(numElt), dst1_opnd, eltOffOpnd, in translateVISAGatherInst()
861 createBinOp(G4_shl, G4_ExecSize(numElt), tmpDstOpnd, eltOffOpnd, in translateVISAScatterInst()
908 createBinOp(G4_shl, g4::SIMD1, dst2_opnd, gOffOpnd, in translateVISAScatterInst()
911 createBinOp(G4_shl, G4_ExecSize(numElt), dst1_opnd, eltOffOpnd, in translateVISAScatterInst()
1972 createBinOp(G4_shl, g4::SIMD1, dst, sideBand, in applySideBandOffset()
1979 createBinOp(G4_add, g4::SIMD1, a0Dst, a0Src, in applySideBandOffset()
[all …]
H A DTranslateSendSync.cpp184 createBinOp(G4_and, g4::SIMD1, dst, barrierId, src1, InstOpt_WriteEnable, true); in generateNamedBarrier()
189 createBinOp(G4_or, g4::SIMD1, dst, orSrc0, orSrc1, InstOpt_WriteEnable, true); in generateNamedBarrier()
456 createBinOp( in generateBarrierSend()
H A DTranslateBranches.cpp36 (void)createBinOp(G4_shl, g4::SIMD1, dstOpnd, indexOpnd, in translateVISACFSwitchInst()
42 …(void) createBinOp(G4_add, g4::SIMD1, createDstRegRegion(tmpVar, 1), src0, src1, InstOpt_WriteEnab… in translateVISACFSwitchInst()
H A DTranslateSend3D.cpp400 createBinOp(G4_shl, g4::SIMD8, payloadUDRegRgnRow2, channelMask, createImm(16, Type_UW), in translateVISAURBWrite3DInst()
680createBinOp(G4_shl, g4::SIMD1, tmpDst, sampleIndexOpnd, createImm(SAMPLE_INDEX_OFFSET, Type_UD), I… in translateVISARTWrite3DInst()
685createBinOp(G4_or, g4::SIMD1, payloadUDRegRgn, payloadSrc, tmpSrc, InstOpt_WriteEnable, true); in translateVISARTWrite3DInst()
775 createBinOp(G4_shr, g4::SIMD1, dstPixelMaskRgn, in translateVISARTWrite3DInst()
842 …G4_INST* immOrInst = createBinOp(G4_or, g4::SIMD1, immDstRegRgn, immSrcRegRgn, createImm(orImmVal,… in translateVISARTWrite3DInst()
1117createBinOp(G4_or, g4::SIMD1, dstMove2, cpsCounter, immedOpnd, InstOpt_WriteEnable, true); in translateVISARTWrite3DInst()
1253 builder->createBinOp(G4_or, g4::SIMD1, payloadDstRgn, in createSampleHeader()
1741 …G4_INST* SSPMove = createBinOp(G4_and, g4::SIMD1, dst, src0, createImm(0xFFFE, Type_UW), InstOpt_W… in getSamplerHeader()
1773createBinOp(G4_and, g4::SIMD1, dst, src0, createImm(0xFFFE, Type_UW), InstOpt_WriteEnable, true); in getSamplerHeader()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DBuildIRImpl.cpp1465 createBinOp(G4_shr, g4::SIMD1, in emitSampleIndexGE16()
1468 createBinOp(G4_shl, g4::SIMD1, in emitSampleIndexGE16()
1476 createBinOp(G4_and, g4::SIMD1, in emitSampleIndexGE16()
1488 createBinOp(G4_add, g4::SIMD1, stateBaseRgn, in emitSampleIndexGE16()
1595 G4_INST* IR_Builder::createBinOp( in createBinOp() function in IR_Builder
2361 createBinOp( in createSendInst()
2376 createBinOp( in createSendInst()
2389 createBinOp( in createSendInst()
2402 createBinOp( in createSendInst()
2523 createBinOp(G4_add, g4::SIMD1, addrDstOpnd, bti, in createSplitSendInst()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/CodeGen/
H A DIslExprBuilder.cpp99 Value *IslExprBuilder::createBinOp(BinaryOperator::BinaryOps Opc, Value *LHS, in createBinOp() function in IslExprBuilder
153 return createBinOp(Instruction::Add, LHS, RHS, Name); in createAdd()
157 return createBinOp(Instruction::Sub, LHS, RHS, Name); in createSub()
161 return createBinOp(Instruction::Mul, LHS, RHS, Name); in createMul()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/CodeGen/
H A DIslExprBuilder.cpp99 Value *IslExprBuilder::createBinOp(BinaryOperator::BinaryOps Opc, Value *LHS, in createBinOp() function in IslExprBuilder
153 return createBinOp(Instruction::Add, LHS, RHS, Name); in createAdd()
157 return createBinOp(Instruction::Sub, LHS, RHS, Name); in createSub()
161 return createBinOp(Instruction::Mul, LHS, RHS, Name); in createMul()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/CodeGen/
H A DIslExprBuilder.cpp99 Value *IslExprBuilder::createBinOp(BinaryOperator::BinaryOps Opc, Value *LHS, in createBinOp() function in IslExprBuilder
153 return createBinOp(Instruction::Add, LHS, RHS, Name); in createAdd()
157 return createBinOp(Instruction::Sub, LHS, RHS, Name); in createSub()
161 return createBinOp(Instruction::Mul, LHS, RHS, Name); in createMul()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/CodeGen/
H A DIslExprBuilder.cpp99 Value *IslExprBuilder::createBinOp(BinaryOperator::BinaryOps Opc, Value *LHS, in createBinOp() function in IslExprBuilder
153 return createBinOp(Instruction::Add, LHS, RHS, Name); in createAdd()
157 return createBinOp(Instruction::Sub, LHS, RHS, Name); in createSub()
161 return createBinOp(Instruction::Mul, LHS, RHS, Name); in createMul()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DIslExprBuilder.cpp99 Value *IslExprBuilder::createBinOp(BinaryOperator::BinaryOps Opc, Value *LHS, in createBinOp() function in IslExprBuilder
153 return createBinOp(Instruction::Add, LHS, RHS, Name); in createAdd()
157 return createBinOp(Instruction::Sub, LHS, RHS, Name); in createSub()
161 return createBinOp(Instruction::Mul, LHS, RHS, Name); in createMul()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/CodeGen/
H A DIslExprBuilder.cpp99 Value *IslExprBuilder::createBinOp(BinaryOperator::BinaryOps Opc, Value *LHS, in createBinOp() function in IslExprBuilder
153 return createBinOp(Instruction::Add, LHS, RHS, Name); in createAdd()
157 return createBinOp(Instruction::Sub, LHS, RHS, Name); in createSub()
161 return createBinOp(Instruction::Mul, LHS, RHS, Name); in createMul()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/CodeGen/
H A DIslExprBuilder.cpp99 Value *IslExprBuilder::createBinOp(BinaryOperator::BinaryOps Opc, Value *LHS, in createBinOp() function in IslExprBuilder
153 return createBinOp(Instruction::Add, LHS, RHS, Name); in createAdd()
157 return createBinOp(Instruction::Sub, LHS, RHS, Name); in createSub()
161 return createBinOp(Instruction::Mul, LHS, RHS, Name); in createMul()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DIslExprBuilder.cpp99 Value *IslExprBuilder::createBinOp(BinaryOperator::BinaryOps Opc, Value *LHS, in createBinOp() function in IslExprBuilder
153 return createBinOp(Instruction::Add, LHS, RHS, Name); in createAdd()
157 return createBinOp(Instruction::Sub, LHS, RHS, Name); in createSub()
161 return createBinOp(Instruction::Mul, LHS, RHS, Name); in createMul()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DIslExprBuilder.cpp99 Value *IslExprBuilder::createBinOp(BinaryOperator::BinaryOps Opc, Value *LHS, in createBinOp() function in IslExprBuilder
153 return createBinOp(Instruction::Add, LHS, RHS, Name); in createAdd()
157 return createBinOp(Instruction::Sub, LHS, RHS, Name); in createSub()
161 return createBinOp(Instruction::Mul, LHS, RHS, Name); in createMul()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/include/polly/CodeGen/
H A DIslExprBuilder.h231 llvm::Value *createBinOp(llvm::BinaryOperator::BinaryOps Opc,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/include/polly/CodeGen/
H A DIslExprBuilder.h233 llvm::Value *createBinOp(llvm::BinaryOperator::BinaryOps Opc,
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/include/polly/CodeGen/
H A DIslExprBuilder.h231 llvm::Value *createBinOp(llvm::BinaryOperator::BinaryOps Opc,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/include/polly/CodeGen/
H A DIslExprBuilder.h231 llvm::Value *createBinOp(llvm::BinaryOperator::BinaryOps Opc,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/include/polly/CodeGen/
H A DIslExprBuilder.h233 llvm::Value *createBinOp(llvm::BinaryOperator::BinaryOps Opc,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/include/polly/CodeGen/
H A DIslExprBuilder.h231 llvm::Value *createBinOp(llvm::BinaryOperator::BinaryOps Opc,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/include/polly/CodeGen/
H A DIslExprBuilder.h231 llvm::Value *createBinOp(llvm::BinaryOperator::BinaryOps Opc,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/include/polly/CodeGen/
H A DIslExprBuilder.h233 llvm::Value *createBinOp(llvm::BinaryOperator::BinaryOps Opc,
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/include/polly/CodeGen/
H A DIslExprBuilder.h233 llvm::Value *createBinOp(llvm::BinaryOperator::BinaryOps Opc,
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/glslang/SPIRV/
H A DGlslangToSpv.cpp3911 rvalue = builder.createBinOp(spv::OpINotEqual, bvecType, rvalue, in accessChainStore()
5308 spv::Id result = builder.createBinOp(binOp, typeId, left, right); in createBinaryOperation()
5382 spv::Id result = builder.createBinOp(binOp, typeId, left, right); in createBinaryOperation()
5447 spv::Id result = builder.createBinOp(op, typeId, left, right); in createBinaryMatrixOperation()
6047 return builder.createBinOp(spv::OpINotEqual, destType, operand, zero); in createConversion()
6160 return builder.createBinOp(spv::OpIAdd, destType, operand, zero); in createConversion()
6186 return builder.createBinOp(spv::OpINotEqual, destType, operand, zero); in createConversion()
6191 return builder.createBinOp(spv::OpINotEqual, destType, operand, zero); in createConversion()
6196 return builder.createBinOp(spv::OpINotEqual, destType, operand, zero); in createConversion()
6345 return builder.createBinOp(spv::OpIAdd, destType, operand, zero); in createConversion()
[all …]

123