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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp361 struct ExtValue : public ExtRoot { struct in struct:__anon5145::HexagonConstExtenders
364 ExtValue(const MachineOperand &Op);
365 ExtValue(const ExtDesc &ED) : ExtValue(ED.getOp()) {} function in struct:__anon5145::HexagonConstExtenders::ExtValue
366 ExtValue(const ExtRoot &ER, int32_t Off) : ExtRoot(ER), Offset(Off) {} function in struct:__anon5145::HexagonConstExtenders::ExtValue
367 bool operator<(const ExtValue &EV) const;
368 bool operator==(const ExtValue &EV) const {
371 bool operator!=(const ExtValue &EV) const {
378 using ExtenderInit = std::pair<ExtValue, ExtExpr>;
427 friend raw_ostream &operator<< (raw_ostream &OS, const ExtValue
753 HCE::ExtValue::ExtValue(const MachineOperand &Op) : ExtRoot(Op) { function in class:HCE::ExtValue
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11057 if (const ExtractValueInst *ExtValue = dyn_cast<ExtractValueInst>(V)) {
11059 dyn_cast<IntrinsicInst>(ExtValue->getOperand(0))) {
11065 ArrayRef<unsigned> Indices = ExtValue->getIndices();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8386 SDValue ExtValue = Op->getOperand(0);
8391 if (Op->getOperand(i) == ExtValue) {
8403 if (Op->getOperand(i) != ExtValue)
8413 return ExtValue;
[all...]

Completed in 307 milliseconds