Searched refs:SetVectorType (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.h | 62 using SetVectorType = SmallSetVector<MachineInstr *, 32>; variable 84 moveScalarAddSub(SetVectorType &Worklist, MachineInstr &Inst, 87 void lowerSelect(SetVectorType &Worklist, MachineInstr &Inst, 90 void lowerScalarAbs(SetVectorType &Worklist, 93 void lowerScalarXnor(SetVectorType &Worklist, 96 void splitScalarNotBinop(SetVectorType &Worklist, 100 void splitScalarBinOpN2(SetVectorType &Worklist, 104 void splitScalar64BitUnaryOp(SetVectorType &Worklist, 108 void splitScalar64BitAddSub(SetVectorType &Worklist, MachineInstr &Inst, 111 void splitScalar64BitBinaryOp(SetVectorType &Worklist, MachineInstr &Inst, [all …]
|
H A D | SIInstrInfo.cpp | 6157 SetVectorType Worklist; in moveToVALU() 6572 SIInstrInfo::moveScalarAddSub(SetVectorType &Worklist, MachineInstr &Inst, in moveScalarAddSub() 6607 void SIInstrInfo::lowerSelect(SetVectorType &Worklist, MachineInstr &Inst, in lowerSelect() 6683 void SIInstrInfo::lowerScalarAbs(SetVectorType &Worklist, in lowerScalarAbs() 6710 void SIInstrInfo::lowerScalarXnor(SetVectorType &Worklist, in lowerScalarXnor() 6775 void SIInstrInfo::splitScalarNotBinop(SetVectorType &Worklist, in splitScalarNotBinop() 6804 void SIInstrInfo::splitScalarBinOpN2(SetVectorType& Worklist, in splitScalarBinOpN2() 6834 SetVectorType &Worklist, MachineInstr &Inst, in splitScalar64BitUnaryOp() 6892 void SIInstrInfo::splitScalar64BitAddSub(SetVectorType &Worklist, in splitScalar64BitAddSub() 6966 void SIInstrInfo::splitScalar64BitBinaryOp(SetVectorType &Worklist, in splitScalar64BitBinaryOp() [all …]
|