Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp361 struct ExtValue : public ExtRoot { struct
364 ExtValue(const MachineOperand &Op);
365 ExtValue(const ExtDesc &ED) : ExtValue(ED.getOp()) {} in ExtValue() argument
366 ExtValue(const ExtRoot &ER, int32_t Off) : ExtRoot(ER), Offset(Off) {} in ExtValue() argument
367 bool operator<(const ExtValue &EV) const;
368 bool operator==(const ExtValue &EV) const { in operator ==() argument
371 bool operator!=(const ExtValue &EV) const { in operator !=() argument
378 using ExtenderInit = std::pair<ExtValue, ExtExpr>;
427 friend raw_ostream &operator<< (raw_ostream &OS, const ExtValue &EV);
543 raw_ostream &operator<< (raw_ostream &OS, const HCE::ExtValue &EV) { in operator <<()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp11057 if (const ExtractValueInst *ExtValue = dyn_cast<ExtractValueInst>(V)) { in requiresUniformRegister() local
11059 dyn_cast<IntrinsicInst>(ExtValue->getOperand(0))) { in requiresUniformRegister()
11065 ArrayRef<unsigned> Indices = ExtValue->getIndices(); in requiresUniformRegister()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp8386 SDValue ExtValue = Op->getOperand(0); in isSplatZeroExtended() local
8391 if (Op->getOperand(i) == ExtValue) { in isSplatZeroExtended()
8403 if (Op->getOperand(i) != ExtValue) in isSplatZeroExtended()
8413 return ExtValue; in isSplatZeroExtended()