HomeSort by relevance Sort by last modified time
    Searched refs:DataOp (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 124 for (Use &DataOp : CS.data_ops())
125 if (isInterestingPointer(DataOp))
126 Pointers.insert(DataOp);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 123 for (Use &DataOp : CS.data_ops())
124 if (isInterestingPointer(DataOp))
125 Pointers.insert(DataOp);
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 678 Value *DataOp = I->getOperand(0);
679 if (isa<ExtractElementInst>(DataOp))
    [all...]

Completed in 100 milliseconds