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

  /external/google-fruit/include/fruit/impl/meta/
list.h 38 struct FoldList {
49 using type = FoldList(Tail, F, F(InitialValue, Head));
  /external/llvm/lib/Target/AMDGPU/
SIFoldOperands.cpp 122 static bool isUseMIInFoldList(const std::vector<FoldCandidate> &FoldList,
124 for (auto Candidate : FoldList) {
131 static bool tryAddToFoldList(std::vector<FoldCandidate> &FoldList,
144 bool FoldAsMAD = tryAddToFoldList(FoldList, MI, OpNo, OpToFold, TII);
155 if (isUseMIInFoldList(FoldList, MI))
187 FoldList.push_back(FoldCandidate(MI, OpNo, OpToFold));
193 std::vector<FoldCandidate> &FoldList,
267 foldOperand(OpToFold, RSUseMI, RSUse.getOperandNo(), FoldList,
283 tryAddToFoldList(FoldList, UseMI, UseOpIdx, &ImmOp, TII);
287 tryAddToFoldList(FoldList, UseMI, UseOpIdx, &OpToFold, TII)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIFoldOperands.cpp 84 SmallVectorImpl<FoldCandidate> &FoldList,
215 static bool isUseMIInFoldList(ArrayRef<FoldCandidate> FoldList,
217 for (auto Candidate : FoldList) {
224 static bool tryAddToFoldList(SmallVectorImpl<FoldCandidate> &FoldList,
243 bool FoldAsMAD = tryAddToFoldList(FoldList, MI, OpNo, OpToFold, TII);
254 FoldList.push_back(FoldCandidate(MI, OpNo, OpToFold));
261 if (isUseMIInFoldList(FoldList, MI))
294 FoldList.push_back(FoldCandidate(MI, OpNo, OpToFold, true));
298 FoldList.push_back(FoldCandidate(MI, OpNo, OpToFold));
315 SmallVectorImpl<FoldCandidate> &FoldList,
    [all...]
  /external/google-fruit/include/fruit/impl/
component_functors.defn.h     [all...]

Completed in 130 milliseconds