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

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstExtenders.cpp 359 struct ExtValue : public ExtRoot {
362 ExtValue(const MachineOperand &Op);
363 ExtValue(const ExtDesc &ED) : ExtValue(ED.getOp()) {}
364 ExtValue(const ExtRoot &ER, int32_t Off) : ExtRoot(ER), Offset(Off) {}
365 bool operator<(const ExtValue &EV) const;
366 bool operator==(const ExtValue &EV) const {
369 bool operator!=(const ExtValue &EV) const {
376 using ExtenderInit = std::pair<ExtValue, ExtExpr>;
426 friend raw_ostream &operator<< (raw_ostream &OS, const ExtValue &EV)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 1020 const ExtractValueInst *ExtValue = dyn_cast<ExtractValueInst>(V);
1021 if (!ExtValue)
1024 const CallInst *CI = dyn_cast<CallInst>(ExtValue->getOperand(0));
1034 ArrayRef<unsigned> Indices = ExtValue->getIndices();
1044 return !isInlineAsmSourceOfDivergence(CI, ExtValue->getIndices());

Completed in 35 milliseconds