Searched refs:getLeafValue (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1360 DefInit *DI = dyn_cast<DefInit>(P->getLeafValue());
1376 if (P->isLeaf() && isa<IntInit>(P->getLeafValue()))
1403 if (isa<IntInit>(Child->getLeafValue()))
1574 !isa<DefInit>(NodeToApply->getLeafValue()) ||
1575 !static_cast<DefInit*>(NodeToApply->getLeafValue())->getDef()
1580 DefInit *DI = static_cast<DefInit*>(NodeToApply->getLeafValue());
1846 OS << *getLeafValue();
1901 if (DefInit *DI = dyn_cast<DefInit>(getLeafValue())) {
1902 if (DefInit *NDI = dyn_cast<DefInit>(N->getLeafValue())) {
1908 return getLeafValue()
[all...]
H A DDAGISelMatcherGen.cpp206 if (IntInit *II = dyn_cast<IntInit>(N->getLeafValue())) {
219 if (isa<UnsetInit>(N->getLeafValue())) {
224 DefInit *DI = dyn_cast<DefInit>(N->getLeafValue());
344 if (IntInit *II = dyn_cast<IntInit>(N->getChild(1)->getLeafValue())) {
671 if (IntInit *II = dyn_cast<IntInit>(N->getLeafValue())) {
678 if (DefInit *DI = dyn_cast<DefInit>(N->getLeafValue())) {
H A DFastISelEmitter.cpp258 DefInit *OpDI = dyn_cast<DefInit>(Op->getLeafValue());
436 Record *OpLeafRec = cast<DefInit>(Op->getLeafValue())->getDef();
505 DefInit *SR = dyn_cast<DefInit>(Dst->getChild(1)->getLeafValue());
509 SubRegNo = Dst->getChild(1)->getLeafValue()->getAsString();
H A DGlobalISelEmitter.cpp3576 Init *SrcInit = Src->getLeafValue();
3767 Init *SrcInit = Src->getLeafValue();
3797 DefInit *DI = dyn_cast<DefInit>(SrcChild->getLeafValue());
3887 if (auto *ChildDefInit = dyn_cast<DefInit>(SrcChild->getLeafValue())) {
3990 if (auto *ChildInt = dyn_cast<IntInit>(SrcChild->getLeafValue())) {
4002 if (auto *ChildDefInit = dyn_cast<DefInit>(SrcChild->getLeafValue())) {
4138 dyn_cast<IntInit>(DstChild->getLeafValue())) {
4144 if (auto *ChildDefInit = dyn_cast<DefInit>(DstChild->getLeafValue())) {
4395 DefInit *SubRegInit = dyn_cast<DefInit>(Dst->getChild(1)->getLeafValue());
4422 Record *RCDef = getInitValueAsRegClass(ValChild->getLeafValue());
[all...]
H A DCodeGenDAGPatterns.h724 Init *getLeafValue() const { assert(isLeaf()); return Val; } function in class:llvm::TreePatternNode

Completed in 179 milliseconds