Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h89 const Value *Computed = GetUnderlyingObjCPtr(V); in GetUnderlyingObjCPtrCached() local
91 std::make_pair(const_cast<Value *>(V), const_cast<Value *>(Computed)); in GetUnderlyingObjCPtrCached()
92 return Computed; in GetUnderlyingObjCPtrCached()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp37 Error validateSize(uint32_t Computed);
44 Error DXContainerWriter::validateSize(uint32_t Computed) { in validateSize() argument
46 ObjectFile.Header.FileSize = Computed; in validateSize()
47 else if (*ObjectFile.Header.FileSize < Computed) in validateSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h217 void setComputed(bool Computed) { AlreadyComputed = Computed; } in setComputed() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1130 bool Computed = constToInt(LS2.Values[i], A) && in evaluateCMPrr() local
1132 if (!Computed) in evaluateCMPrr()
1157 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPri() local
1159 if (!Computed) in evaluateCMPri()
1185 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPrp() local
1187 if (!Computed) in evaluateCMPrp()
2580 bool Computed = evaluateHexCompare2(Opc, Src1, Src2, Inputs, Result); in evaluateHexCompare() local
2581 if (Computed) { in evaluateHexCompare()