Searched refs:SetVectorType (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.h | 61 using SetVectorType = SmallSetVector<MachineInstr *, 32>; variable 82 bool moveScalarAddSub(SetVectorType &Worklist, 85 void lowerScalarAbs(SetVectorType &Worklist, 88 void lowerScalarXnor(SetVectorType &Worklist, 91 void splitScalar64BitUnaryOp(SetVectorType &Worklist, 94 void splitScalar64BitAddSub(SetVectorType &Worklist, 97 void splitScalar64BitBinaryOp(SetVectorType &Worklist, 100 void splitScalar64BitBCNT(SetVectorType &Worklist, 102 void splitScalar64BitBFE(SetVectorType &Worklist, 104 void movePackToVALU(SetVectorType &Worklist, [all …]
|
D | SIInstrInfo.cpp | 3777 SetVectorType Worklist; in moveToVALU() 4082 bool SIInstrInfo::moveScalarAddSub(SetVectorType &Worklist, in moveScalarAddSub() 4116 void SIInstrInfo::lowerScalarAbs(SetVectorType &Worklist, in lowerScalarAbs() 4143 void SIInstrInfo::lowerScalarXnor(SetVectorType &Worklist, in lowerScalarXnor() 4177 SetVectorType &Worklist, MachineInstr &Inst, in splitScalar64BitUnaryOp() 4228 SetVectorType &Worklist, MachineInstr &Inst) const { in splitScalar64BitAddSub() 4296 SetVectorType &Worklist, MachineInstr &Inst, in splitScalar64BitBinaryOp() 4363 SetVectorType &Worklist, MachineInstr &Inst) const { in splitScalar64BitBCNT() 4399 void SIInstrInfo::splitScalar64BitBFE(SetVectorType &Worklist, in splitScalar64BitBFE() 4463 SetVectorType &Worklist) const { in addUsersToMoveToVALUWorklist() [all …]
|