HomeSort by: relevance | last modified time | path
    Searched refs:Built (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 6970 // Drop previously built artificial addr_of unary op for member functions.
8904 OMPLoopBasedDirective::HelperExprs &Built) {
8916 Built.clear(/*Size=*/1);
8938 Built.clear(/*Size=*/1);
8970 Built.clear(/* size */ NestedLoopCount);
9367 assert(DistCond.isUsable() && "distribute cond expr was not built");
9371 assert(DistInc.isUsable() && "distribute inc expr was not built");
9376 assert(DistInc.isUsable() && "distribute inc expr was not built");
9412 Built.Counters.resize(NestedLoopCount);
9413 Built.Inits.resize(NestedLoopCount)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 3480 /// Try to simplify a setcc built with the specified operands and cc. If it is
5442 SmallVector<SDNode *, 5> Built;
5444 DCI, DL, Built)) {
5445 for (SDNode *N : Built)
5680 SmallVector<SDNode *, 7> Built;
5682 DCI, DL, Built)) {
5683 assert(Built.size() <= 7 && "Max size prediction failed.");
5684 for (SDNode *N : Built)
7314 // built out of the extracted vector elements.
7408 // built out of the extracted vector elements
    [all...]
DAGCombiner.cpp 19227 // Record, for each element of the newly built vector, which input vector
19475 // A vector built entirely of undefs is undef.
19840 // If BUILD_VECTOR are from built from integer, they may have different
22456 SmallVector<SDNode *, 8> Built;
22457 if (SDValue S = TLI.BuildSDIV(N, DAG, LegalOperations, Built)) {
22458 for (SDNode *N : Built)
22477 SmallVector<SDNode *, 8> Built;
22478 if (SDValue S = TLI.BuildSDIVPow2(N, C->getAPIntValue(), DAG, Built)) {
22479 for (SDNode *N : Built)
22497 SmallVector<SDNode *, 8> Built;
    [all...]

Completed in 86 milliseconds