Home
last modified time | relevance | path

Searched refs:ExtValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp348 struct ExtValue : public ExtRoot { struct
351 ExtValue(const MachineOperand &Op);
352 ExtValue(const ExtDesc &ED) : ExtValue(ED.getOp()) {} in ExtValue() function
353 ExtValue(const ExtRoot &ER, int32_t Off) : ExtRoot(ER), Offset(Off) {} in ExtValue() argument
354 bool operator<(const ExtValue &EV) const;
355 bool operator==(const ExtValue &EV) const { in operator ==() argument
358 bool operator!=(const ExtValue &EV) const { in operator !=() argument
365 using ExtenderInit = std::pair<ExtValue, ExtExpr>;
415 friend raw_ostream &operator<< (raw_ostream &OS, const ExtValue &EV);
531 raw_ostream &operator<< (raw_ostream &OS, const HCE::ExtValue &EV) { in operator <<()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1058 const ExtractValueInst *ExtValue = dyn_cast<ExtractValueInst>(V); in isAlwaysUniform() local
1059 if (!ExtValue) in isAlwaysUniform()
1062 const CallInst *CI = dyn_cast<CallInst>(ExtValue->getOperand(0)); in isAlwaysUniform()
1072 ArrayRef<unsigned> Indices = ExtValue->getIndices(); in isAlwaysUniform()
1082 return !isInlineAsmSourceOfDivergence(CI, ExtValue->getIndices()); in isAlwaysUniform()