Searched refs:Computed (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h213 void setComputed(bool Computed) { AlreadyComputed = Computed; } argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h96 const Value *Computed = GetUnderlyingObjCPtr(V, DL); local
97 Cache[V] = const_cast<Value *>(Computed);
98 return Computed;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1132 bool Computed = constToInt(LS2.Values[i], A) && local
1134 if (!Computed)
1159 bool Computed = constToInt(LS.Values[i], A) && local
1161 if (!Computed)
1187 bool Computed = constToInt(LS.Values[i], A) && local
1189 if (!Computed)
2582 bool Computed = evaluateHexCompare2(Opc, Src1, Src2, Inputs, Result); local
2583 if (Computed) {

Completed in 82 milliseconds