Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp359 struct ExtValue : public ExtRoot { struct
363 ExtValue(const ExtDesc &ED) : ExtValue(ED.getOp()) {} in ExtValue() argument
752 HCE::ExtValue::ExtValue(const MachineOperand &Op) : ExtRoot(Op) { in ExtValue() function in HCE::ExtValue
764 bool HCE::ExtValue::operator< (const HCE::ExtValue &EV) const { in operator <()
1276 ExtValue EV(ED); in assignInits()
1296 ExtValue EV(ED); in assignInits()
1395 ExtValue BestV(ER, Best); in assignInits()
1532 const ExtValue &EV = ExtI.first; in insertInitializer()
1851 const ExtValue &DefV = ExtI.first; in replaceInstr()
1855 ExtValue EV(ED); in replaceInstr()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1015 const ExtractValueInst *ExtValue = dyn_cast<ExtractValueInst>(V); in isAlwaysUniform() local
1016 if (!ExtValue) in isAlwaysUniform()
1019 const CallInst *CI = dyn_cast<CallInst>(ExtValue->getOperand(0)); in isAlwaysUniform()
1029 ArrayRef<unsigned> Indices = ExtValue->getIndices(); in isAlwaysUniform()
1039 return !isInlineAsmSourceOfDivergence(CI, ExtValue->getIndices()); in isAlwaysUniform()