Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp361 struct ExtValue : public ExtRoot { struct
362 int32_t Offset;
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
368 bool operator==(const ExtValue &EV) const { in operator ==()
371 bool operator!=(const ExtValue &EV) const { in operator !=()
754 HCE::ExtValue::ExtValue(const MachineOperand &Op) : ExtRoot(Op) { in ExtValue() function in HCE::ExtValue
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp922 const ExtractValueInst *ExtValue = dyn_cast<ExtractValueInst>(V); in isAlwaysUniform() local
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp635 using ExtValue = fir::ExtendedValue; typedef in __anon67dfc8450c11::ScalarExprLowering
3518 using ExtValue = fir::ExtendedValue; typedef in __anon67dfc8455a11::ArrayExprLowering