Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp710 ExtValue
716 ExtValue
835 ExtValue genLoad(const ExtValue &exv) { in genLoad()
1254 ExtValue
1326 ExtValue
1333 ExtValue
1535 ExtValue
1945 ExtValue genCoordinateOp(const ExtValue &array, in genCoordinateOp()
2069 ExtValue genArrayCoorOp(const ExtValue &exv, in genArrayCoorOp()
2781 ExtValue readIfBoxValue(const ExtValue &exv) { in readIfBoxValue()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp361 struct ExtValue : public ExtRoot { struct
365 ExtValue(const ExtDesc &ED) : ExtValue(ED.getOp()) {} in ExtValue() function
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 …]
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp922 const ExtractValueInst *ExtValue = dyn_cast<ExtractValueInst>(V); in isAlwaysUniform() local
923 if (!ExtValue) in isAlwaysUniform()
926 const CallInst *CI = dyn_cast<CallInst>(ExtValue->getOperand(0)); in isAlwaysUniform()
936 ArrayRef<unsigned> Indices = ExtValue->getIndices(); in isAlwaysUniform()
946 return !isInlineAsmSourceOfDivergence(CI, ExtValue->getIndices()); in isAlwaysUniform()