Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp361 struct ExtValue : public ExtRoot { struct
365 ExtValue(const ExtDesc &ED) : ExtValue(ED.getOp()) {} in ExtValue() argument
754 HCE::ExtValue::ExtValue(const MachineOperand &Op) : ExtRoot(Op) { in ExtValue() function in HCE::ExtValue
766 bool HCE::ExtValue::operator< (const HCE::ExtValue &EV) const { in operator <()
1278 ExtValue EV(ED); in assignInits()
1298 ExtValue EV(ED); in assignInits()
1397 ExtValue BestV(ER, Best); in assignInits()
1534 const ExtValue &EV = ExtI.first; in insertInitializer()
1853 const ExtValue &DefV = ExtI.first; in replaceInstr()
1857 ExtValue EV(ED); in replaceInstr()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp990 const ExtractValueInst *ExtValue = dyn_cast<ExtractValueInst>(V); in isAlwaysUniform() local
991 if (!ExtValue) in isAlwaysUniform()
994 const CallInst *CI = dyn_cast<CallInst>(ExtValue->getOperand(0)); in isAlwaysUniform()
1004 ArrayRef<unsigned> Indices = ExtValue->getIndices(); in isAlwaysUniform()
1014 return !isInlineAsmSourceOfDivergence(CI, ExtValue->getIndices()); in isAlwaysUniform()