Home
last modified time | relevance | path

Searched refs:Inp (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1548 if (!BT.has(Inp.Reg)) in findMatch()
1551 auto *FRC = HBS::getFinalVRegClass(Inp, MRI); in findMatch()
1553 if (!HBS::getSubregMask(Inp, B, W, MRI)) in findMatch()
1564 if (!HBS::isTransparentCopy(R, Inp, MRI)) in findMatch()
1587 if (HBS::isTransparentCopy(Out, Inp, MRI)) in findMatch()
2923 BitTracker::RegisterRef Inp, Out; member
3086 .addReg(G.Inp.Reg) in moveGroup()
3088 RegMap.insert(std::make_pair(G.Inp.Reg, PhiR)); in moveGroup()
3258 G.Inp.Reg = Inputs.find_first(); in processLoop()
3266 << printReg(G.Inp.Reg, HRI, G.Inp.Sub) in processLoop()
[all …]
H A DHexagonISelDAGToDAGHVX.cpp672 ResultStack(SDNode *Inp) in ResultStack()
673 : InpNode(Inp), InpTy(Inp->getValueType(0).getSimpleVT()) {} in ResultStack()
1130 OpRef Inp[2] = {Va, Vb}; in packs() local
1203 return Inp[SrcOp]; in packs()
1235 Va = Inp[Seg0 / 2]; in packs()
1238 Results.push(Hexagon::V6_vror, Ty, {Inp[Seg0 / 2], HL}); in packs()
1360 OpRef Inp[2] = { Va, Vb }; in packp() local
1368 OpRef Op = Inp[S / 2]; in packp()
H A DHexagonISelDAGToDAG.cpp921 SDValue Inp = Op, Res; in SelectInlineAsmMemoryOperand() local
929 if (SelectAddrFI(Inp, Res)) in SelectInlineAsmMemoryOperand()
932 OutOps.push_back(Inp); in SelectInlineAsmMemoryOperand()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp887 for (auto &Inp : *Inputs) { in FuzzerDriver()
888 Printf("Loading corpus dir: %s\n", Inp.c_str()); in FuzzerDriver()
889 ReadDirToVectorOfUnits(Inp.c_str(), &InitialCorpus, nullptr, in FuzzerDriver()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13096 SDValue Inp = DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, in PerformADDVecReduce() local
13098 NA = DAG.getNode(ISD::ADD, dl, MVT::i64, Inp, NA); in PerformADDVecReduce()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44744 SDValue Inp = (i == 0) ? Node->getOperand(1) : Node->getOperand(0); in combineAndLoadToBZHI() local
44759 return DAG.getNode(ISD::AND, dl, VT, Inp, LShr); in combineAndLoadToBZHI()