Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp36 Error validateSize(uint32_t Computed);
43 Error DXContainerWriter::validateSize(uint32_t Computed) { in validateSize() argument
45 ObjectFile.Header.FileSize = Computed; in validateSize()
46 else if (*ObjectFile.Header.FileSize < Computed) in validateSize()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h215 void setComputed(bool Computed) { AlreadyComputed = Computed; } in setComputed() argument
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1131 bool Computed = constToInt(LS2.Values[i], A) && in evaluateCMPrr() local
1133 if (!Computed) in evaluateCMPrr()
1158 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPri() local
1160 if (!Computed) in evaluateCMPri()
1186 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPrp() local
1188 if (!Computed) in evaluateCMPrp()
2581 bool Computed = evaluateHexCompare2(Opc, Src1, Src2, Inputs, Result); in evaluateHexCompare() local
2582 if (Computed) { in evaluateHexCompare()