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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp361 struct ExtValue : public ExtRoot { struct in struct:__anon4108::HexagonConstExtenders
364 ExtValue(const MachineOperand &Op);
365 ExtValue(const ExtDesc &ED) : ExtValue(ED.getOp()) {} function in struct:__anon4108::HexagonConstExtenders::ExtValue
366 ExtValue(const ExtRoot &ER, int32_t Off) : ExtRoot(ER), Offset(Off) {} function in struct:__anon4108::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>;
428 friend raw_ostream &operator<< (raw_ostream &OS, const ExtValue
754 HCE::ExtValue::ExtValue(const MachineOperand &Op) : ExtRoot(Op) { function in class:HCE::ExtValue
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp839 const ExtractValueInst *ExtValue = dyn_cast<ExtractValueInst>(V);
840 if (!ExtValue)
843 const CallInst *CI = dyn_cast<CallInst>(ExtValue->getOperand(0));
853 ArrayRef<unsigned> Indices = ExtValue->getIndices();
863 return !isInlineAsmSourceOfDivergence(CI, ExtValue->getIndices());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8632 SDValue ExtValue = Op->getOperand(0);
8637 if (Op->getOperand(i) == ExtValue) {
8649 if (Op->getOperand(i) != ExtValue)
8659 return ExtValue;
[all...]

Completed in 169 milliseconds