Home
last modified time | relevance | path

Searched refs:RNode (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp434 DomTreeNode *RNode = LHS.PDT->getNode(RHSEntryBlock); in operator ()() local
435 return LNode->getLevel() > RNode->getLevel(); in operator ()()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3849 TreePatternNodePtr RNode = InstResultIter->second; in parseInstructionPattern() local
3850 Record *R = cast<DefInit>(RNode->getLeafValue())->getDef(); in parseInstructionPattern()
3851 ResNodes.push_back(std::move(RNode)); in parseInstructionPattern()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp5750 SDNode *RNode = CurDAG->getMachineNode(AHExtOpcode, dl, MVT::i32, in Select() local
5752 SDValue Result(RNode, 0); in Select()
5753 InGlue = SDValue(RNode, 1); in Select()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp737 llvm::MDNode *RNode = MDHelper.createRange(APInt(32, low), APInt(32, high)); in emitRangedBuiltin() local
740 Call->setMetadata(llvm::LLVMContext::MD_range, RNode); in emitRangedBuiltin()
17786 llvm::MDNode *RNode = MDHelper.createRange(APInt(16, 1), in EmitAMDGPUWorkGroupSize() local
17788 LD->setMetadata(llvm::LLVMContext::MD_range, RNode); in EmitAMDGPUWorkGroupSize()