HomeSort by relevance Sort by last modified time
    Searched refs:FoldCandidate (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AMDGPU/
SIFoldOperands.cpp 49 struct FoldCandidate {
55 FoldCandidate(MachineInstr *MI, unsigned OpNo, MachineOperand *FoldOp) :
99 static bool updateOperand(FoldCandidate &Fold,
122 static bool isUseMIInFoldList(const std::vector<FoldCandidate> &FoldList,
131 static bool tryAddToFoldList(std::vector<FoldCandidate> &FoldList,
187 FoldList.push_back(FoldCandidate(MI, OpNo, OpToFold));
193 std::vector<FoldCandidate> &FoldList,
353 std::vector<FoldCandidate> FoldList;
368 for (FoldCandidate &Fold : FoldList) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIFoldOperands.cpp 31 struct FoldCandidate {
42 FoldCandidate(MachineInstr *MI, unsigned OpNo, MachineOperand *FoldOp,
84 SmallVectorImpl<FoldCandidate> &FoldList,
156 static bool updateOperand(FoldCandidate &Fold,
215 static bool isUseMIInFoldList(ArrayRef<FoldCandidate> FoldList,
224 static bool tryAddToFoldList(SmallVectorImpl<FoldCandidate> &FoldList,
254 FoldList.push_back(FoldCandidate(MI, OpNo, OpToFold));
294 FoldList.push_back(FoldCandidate(MI, OpNo, OpToFold, true));
298 FoldList.push_back(FoldCandidate(MI, OpNo, OpToFold));
315 SmallVectorImpl<FoldCandidate> &FoldList
    [all...]

Completed in 432 milliseconds