Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h87 const Value *Computed = GetUnderlyingObjCPtr(V); in GetUnderlyingObjCPtrCached() local
88 Cache[V] = const_cast<Value *>(Computed); in GetUnderlyingObjCPtrCached()
89 return Computed; in GetUnderlyingObjCPtrCached()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h215 void setComputed(bool Computed) { AlreadyComputed = Computed; } in setComputed() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1137 bool Computed = constToInt(LS2.Values[i], A) && in evaluateCMPrr() local
1139 if (!Computed) in evaluateCMPrr()
1164 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPri() local
1166 if (!Computed) in evaluateCMPri()
1192 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPrp() local
1194 if (!Computed) in evaluateCMPrp()
2587 bool Computed = evaluateHexCompare2(Opc, Src1, Src2, Inputs, Result); in evaluateHexCompare() local
2588 if (Computed) { in evaluateHexCompare()