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.cpp361 struct ExtValue : public ExtRoot { struct
364 ExtValue(const MachineOperand &Op);
365 ExtValue(const ExtDesc &ED) : ExtValue(ED.getOp()) {} in ExtValue() function
366 ExtValue(const ExtRoot &ER, int32_t Off) : ExtRoot(ER), Offset(Off) {} in ExtValue() function
367 bool operator<(const ExtValue &EV) const;
368 bool operator==(const ExtValue &EV) const { in operator ==() argument
371 bool operator!=(const ExtValue &EV) const { in operator !=() argument
378 using ExtenderInit = std::pair<ExtValue, ExtExpr>;
428 friend raw_ostream &operator<< (raw_ostream &OS, const ExtValue &EV);
544 raw_ostream &operator<< (raw_ostream &OS, const HCE::ExtValue &EV) { in operator <<()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp987 const ExtractValueInst *ExtValue = dyn_cast<ExtractValueInst>(V); in isAlwaysUniform() local
988 if (!ExtValue) in isAlwaysUniform()
991 const CallInst *CI = dyn_cast<CallInst>(ExtValue->getOperand(0)); in isAlwaysUniform()
1001 ArrayRef<unsigned> Indices = ExtValue->getIndices(); in isAlwaysUniform()
1011 return !isInlineAsmSourceOfDivergence(CI, ExtValue->getIndices()); in isAlwaysUniform()