Searched defs:Base (Results 1 - 25 of 142) sorted by relevance

123456

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DRecyclingAllocator.h31 Recycler<T, Size, Align> Base; member in class:llvm::RecyclingAllocator
H A DCallSite.h283 CallInst, InvokeInst, User::op_iterator> Base; typedef in class:llvm::CallSite
304 typedef CallSiteBase<> Base; typedef in class:llvm::ImmutableCallSite
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/InstPrinter/
H A DMSP430InstPrinter.cpp62 const MCOperand &Base = MI->getOperand(OpNo); local
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86JITInfo.h76 void setPICBase(uintptr_t Base) { PICBase = Base; } argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclVisitor.h31 class Base { class in namespace:clang::declvisitor
H A DBaseSubobject.h30 const CXXRecordDecl *Base; member in class:clang::BaseSubobject
37 BaseSubobject(const CXXRecordDecl *Base, CharUnits BaseOffset) argument
68 static unsigned getHashValue(const clang::BaseSubobject &Base) { argument
[all...]
H A DVTTBuilder.h34 VTTVTable(const CXXRecordDecl *Base, CharUnits BaseOffset, bool BaseIsVirtual) argument
36 VTTVTable(BaseSubobject Base, bool BaseIsVirtual) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DLoads.cpp59 Value *Base = V; local
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp113 const MachineOperand &Base = MI->getOperand(OpNum); local
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp65 bool MipsDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base, argument
71 bool MipsDAGToDAGISel::selectAddrDefault(SDValue Addr, SDValue &Base, argument
77 bool MipsDAGToDAGISel::selectIntAddr(SDValue Addr, SDValue &Base, argument
83 bool MipsDAGToDAGISel::selectAddr16(SDNode *Parent, SDValue N, SDValue &Base, argument
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/InstPrinter/
H A DSystemZInstPrinter.cpp21 void SystemZInstPrinter::printAddress(unsigned Base, int64_t Disp, argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftCXXABI.cpp65 const CXXRecordDecl *Base = local
H A DVTTBuilder.cpp39 void VTTBuilder::AddVTablePointer(BaseSubobject Base, uint64_t VTableIndex, argument
56 void VTTBuilder::LayoutSecondaryVTTs(BaseSubobject Base) { argument
79 VTTBuilder::LayoutSecondaryVirtualPointers(BaseSubobject Base, argument
147 LayoutSecondaryVirtualPointers(BaseSubobject Base, uint64_t VTableIndex) argument
180 LayoutVTT(BaseSubobject Base, bool BaseIsVirtual) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp171 const MachineOperand &Base = MI->getOperand(OpNo); local
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeISelDAGToDAG.cpp121 SelectAddrRegReg(SDValue N, SDValue &Base, SDValue &Index) { argument
148 SelectAddrRegImm(SDValue N, SDValue &Base, SDValue &Disp) { argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp73 SelectADDRri(SDValue Addr, SDValue &Base, SDValue &Offset) argument
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp66 unsigned Base = getFrameRegister(MF); local
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/Utils/
H A DX86ShuffleDecode.cpp74 unsigned Base = i + Offset; local
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp89 bool XCoreDAGToDAGISel::SelectADDRspii(SDValue Addr, SDValue &Base, argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTT.cpp141 getSubVTTIndex(const CXXRecordDecl *RD, BaseSubobject Base) argument
167 getSecondaryVirtualPointerIndex(const CXXRecordDecl *RD, BaseSubobject Base) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp72 EmitNode( const ChildMap &Tree, raw_ostream &OS, Record *Base) argument
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexconvrt.c447 UINT16 Base = 16; local
315 AcpiExConvertToAscii( UINT64 Integer, UINT16 Base, UINT8 *String, UINT8 DataWidth) argument
H A Dexutils.c379 AcpiExDigitsNeeded( UINT64 Value, UINT32 Base) argument
/freebsd-10.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutstring.c200 AcpiUtStrtoul64( char *String, UINT32 Base, UINT64 *RetInteger) argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h196 typedef InstVisitor<DerivedT> Base; typedef in class:llvm::PtrUseVisitor

Completed in 3317 milliseconds

123456