Searched refs:Root (Results 51 - 58 of 58) sorted by relevance

123

/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h420 SDValue &Root, SelectionDAG &DAG,
H A DARMISelLowering.cpp2753 SDValue &Root, SelectionDAG &DAG,
2766 SDValue ArgValue = DAG.getCopyFromReg(Root, dl, Reg, MVT::i32);
2775 ArgValue2 = DAG.getLoad(MVT::i32, dl, Root, FIN,
2780 ArgValue2 = DAG.getCopyFromReg(Root, dl, Reg, MVT::i32);
2752 GetF64FormalArgument(CCValAssign &VA, CCValAssign &NextVA, SDValue &Root, SelectionDAG &DAG, SDLoc dl) const argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp3164 const ObjCInterfaceDecl *Root = ID->getClassInterface(); local
3165 while (const ObjCInterfaceDecl *Super = Root->getSuperClass())
3166 Root = Super;
3168 llvm::ConstantExpr::getBitCast(GetClassName(Root->getIdentifier()),
5856 const ObjCInterfaceDecl *Root = ID->getClassInterface(); local
5857 while (const ObjCInterfaceDecl *Super = Root->getSuperClass())
5858 Root = Super;
5859 IsAGV = GetClassGlobal(ObjCMetaClassName + Root->getNameAsString());
5860 if (Root->isWeakImported())
/freebsd-9.3-release/sys/boot/pc98/cdboot/
H A Dcdboot.S113 .set VD_ROOTDIR,156 # Offset of Root Dir Record
545 lookup: mov $VD_ROOTDIR+MEM_VOLDESC,%bx # Root directory record
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp535 Instruction *hasUnsafePHIOrSelectUse(Instruction *Root, uint64_t &Size) { argument
542 Visited.insert(Root);
543 Uses.push_back(std::make_pair(cast<Instruction>(*U), Root));
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp874 Root(getEntryNode()), NewNodesMustHaveLegalTypes(false),
916 Root = getEntryNode();
1489 SDValue SelectionDAG::getEHLabel(SDLoc dl, SDValue Root, MCSymbol *Label) { argument
1491 SDValue Ops[] = { Root };
1499 dl.getDebugLoc(), Root, Label);
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DIntervalMap.h861 /// @param Root The new root node.
864 void replaceRoot(void *Root, unsigned Size, IdxPair Offsets);
979 // 1: Root points to leaf.
1795 // Root leaf node is full, we must branch.
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12107 SDValue Root = Op.getOperand(0); local
12131 OutChains[0] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
12137 OutChains[1] = DAG.getStore(Root, dl, FPtr, Addr,
12146 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
12152 OutChains[3] = DAG.getStore(Root, dl, Nest, Addr,
12160 OutChains[4] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
12167 OutChains[5] = DAG.getStore(Root, dl, DAG.getConstant(ModRM, MVT::i8), Addr,
12227 OutChains[0] = DAG.getStore(Root, dl,
12234 OutChains[1] = DAG.getStore(Root, dl, Nest, Addr,
12241 OutChains[2] = DAG.getStore(Root, d
[all...]

Completed in 342 milliseconds

123