Searched refs:selectOpWithSrcs (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstructionSelector.cpp | 133 bool selectOpWithSrcs(Register ResVReg, const SPIRVType *ResType, 1027 bool SPIRVInstructionSelector::selectOpWithSrcs(Register ResVReg, in selectOpWithSrcs() function in SPIRVInstructionSelector 1077 return selectOpWithSrcs(ResVReg, ResType, I, {I.getOperand(1).getReg()}, in selectUnOp() 1307 selectOpWithSrcs(SrcReg, SourceTy, I, {VarReg}, SPIRV::OpBitcast); in selectMemOperation() 1351 Result &= selectOpWithSrcs(TmpReg, ResType, I, {ValueReg}, NegateOpcode); in selectAtomicRMW() 2595 return selectOpWithSrcs(ResVReg, ResType, I, {SrcReg}, Opcode); in selectIToF() 3472 bool Result = selectOpWithSrcs(ExtReg, ResType, I, {I.getOperand(2).getReg()}, in selectFirstBitSet16() 3549 if (!selectOpWithSrcs(FinalElemReg, I64Type, I, {SrcReg, ConstIntLastIdx}, in selectFirstBitSet64Overflow() 3565 return selectOpWithSrcs(ResVReg, ResType, I, PartialRegs, in selectFirstBitSet64Overflow() 3596 if (!selectOpWithSrcs(BitcastReg, PostCastType, I, {SrcReg}, in selectFirstBitSet64() [all …]
|