Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp360 struct ExtValue : public ExtRoot { struct
364 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()
1833 const ExtValue &DefV = ExtI.first; in replaceInstr()
1837 ExtValue EV(ED); in replaceInstr()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7393 SDValue ExtValue = Op->getOperand(0); in isSplatZeroExtended() local
7398 if (Op->getOperand(i) == ExtValue) { in isSplatZeroExtended()
7410 if (Op->getOperand(i) != ExtValue) in isSplatZeroExtended()
7420 return ExtValue; in isSplatZeroExtended()