Searched refs:SetVectorType (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | SIInstrInfo.h | 63 using SetVectorType = SmallSetVector<MachineInstr *, 32>; variable 84 bool moveScalarAddSub(SetVectorType &Worklist, MachineInstr &Inst, 87 void lowerScalarAbs(SetVectorType &Worklist, 90 void lowerScalarXnor(SetVectorType &Worklist, 93 void splitScalarNotBinop(SetVectorType &Worklist, 97 void splitScalarBinOpN2(SetVectorType &Worklist, 101 void splitScalar64BitUnaryOp(SetVectorType &Worklist, 104 void splitScalar64BitAddSub(SetVectorType &Worklist, MachineInstr &Inst, 107 void splitScalar64BitBinaryOp(SetVectorType &Worklist, MachineInstr &Inst, 111 void splitScalar64BitXnor(SetVectorType &Worklist, MachineInstr &Inst, [all …]
|
| D | SIInstrInfo.cpp | 4827 SetVectorType Worklist; in moveToVALU() 5110 bool SIInstrInfo::moveScalarAddSub(SetVectorType &Worklist, MachineInstr &Inst, in moveScalarAddSub() 5145 void SIInstrInfo::lowerScalarAbs(SetVectorType &Worklist, in lowerScalarAbs() 5172 void SIInstrInfo::lowerScalarXnor(SetVectorType &Worklist, in lowerScalarXnor() 5237 void SIInstrInfo::splitScalarNotBinop(SetVectorType &Worklist, in splitScalarNotBinop() 5266 void SIInstrInfo::splitScalarBinOpN2(SetVectorType& Worklist, in splitScalarBinOpN2() 5296 SetVectorType &Worklist, MachineInstr &Inst, in splitScalar64BitUnaryOp() 5349 void SIInstrInfo::splitScalar64BitAddSub(SetVectorType &Worklist, in splitScalar64BitAddSub() 5421 void SIInstrInfo::splitScalar64BitBinaryOp(SetVectorType &Worklist, in splitScalar64BitBinaryOp() 5485 void SIInstrInfo::splitScalar64BitXnor(SetVectorType &Worklist, in splitScalar64BitXnor() [all …]
|