Searched defs:inst (Results 1 - 25 of 63) sorted by last modified time

123

/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DEDEmitter.cpp223 populateOperandOrder(CompoundConstantEmitter *operandOrder, const CodeGenInstruction &inst, unsigned syntax) argument
363 X86PopulateOperands( LiteralConstantEmitter *(&operandTypes)[EDIS_MAX_OPERANDS], const CodeGenInstruction &inst) argument
394 decorate1( FlagsConstantEmitter *(&operandFlags)[EDIS_MAX_OPERANDS], const CodeGenInstruction &inst, const char *opName, const char *opFlag) argument
445 X86ExtractSemantics( LiteralConstantEmitter &instType, FlagsConstantEmitter *(&operandFlags)[EDIS_MAX_OPERANDS], const CodeGenInstruction &inst) argument
756 ARMPopulateOperands( LiteralConstantEmitter *(&operandTypes)[EDIS_MAX_OPERANDS], const CodeGenInstruction &inst) argument
798 ARMExtractSemantics( LiteralConstantEmitter &instType, LiteralConstantEmitter *(&operandTypes)[EDIS_MAX_OPERANDS], FlagsConstantEmitter *(&operandFlags)[EDIS_MAX_OPERANDS], const CodeGenInstruction &inst) argument
846 const CodeGenInstruction& inst = *numberedInstructions[index]; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DCodeExtractor.cpp506 Instruction *inst = cast<Instruction>(Users[u]); local
/macosx-10.10/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXSplitBBatBar.cpp65 Instruction *inst = SplitPoints[i]; local
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCDisassembler/
H A DEDDisassembler.cpp227 MCInst* inst = new MCInst; local
310 int EDDisassembler::printInst(std::string &str, MCInst &inst) { argument
H A DEDInst.cpp26 EDInst::EDInst(llvm::MCInst *inst, argument
H A DEDMain.cpp75 EDInst *inst = ((EDDisassembler*)disassembler)->createInst(byteReader, local
88 void EDReleaseInst(EDInstRef inst) { argument
92 int EDInstByteSize(EDInstRef inst) { argument
96 EDGetInstString(const char **buf, EDInstRef inst) argument
101 EDInstID(unsigned *instID, EDInstRef inst) argument
106 EDInstIsBranch(EDInstRef inst) argument
110 EDInstIsMove(EDInstRef inst) argument
114 EDBranchTargetID(EDInstRef inst) argument
118 EDMoveSourceID(EDInstRef inst) argument
122 EDMoveTargetID(EDInstRef inst) argument
126 EDNumTokens(EDInstRef inst) argument
130 EDGetToken(EDTokenRef *token, EDInstRef inst, int index) argument
187 EDNumOperands(EDInstRef inst) argument
191 EDGetOperand(EDOperandRef *operand, EDInstRef inst, int index) argument
258 EDBlockVisitTokens(EDInstRef inst, ::EDTokenVisitor_t visitor) argument
[all...]
H A DEDOperand.cpp23 EDOperand(const EDDisassembler &disassembler, const EDInst &inst, unsigned int opIndex, unsigned int &mcOpIndex) argument
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCWin64EH.cpp65 EmitUnwindCode(MCStreamer &streamer, MCSymbol *begin, MCWin64EHInstruction &inst) argument
183 MCWin64EHInstruction inst = info->Instructions.back(); local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DMemDepPrinter.cpp74 static InstTypePair getInstTypePair(const Instruction* inst, DepType type) { argument
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dget_for_creds.c125 const char *inst = krb5_principal_get_comp_string(context, server, 0); local
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp1277 IOFramebuffer * inst = (IOFramebuffer *) target; local
1341 IOFramebuffer * inst = (IOFramebuffer *) target; local
1362 IOFramebuffer * inst = (IOFramebuffer *) target; local
1392 IOFramebuffer * inst = (IOFramebuffer *) target; local
1705 IOFramebuffer * inst = (IOFramebuffer *) target; local
1995 IOFramebuffer * inst = (IOFramebuffer *) target; local
2320 IOFramebuffer * inst = (IOFramebuffer *) target; local
2338 IOFramebuffer * inst = (IOFramebuffer *) target; local
2365 IOFramebuffer * inst = (IOFramebuffer *) target; local
2435 IOFramebuffer * inst = (IOFramebuffer *) target; local
2517 IOFramebuffer * inst = (IOFramebuffer *) target; local
2545 IOFramebuffer * inst = (IOFramebuffer *) target; local
2952 IOFramebuffer * inst = (IOFramebuffer *) p0; local
3163 IOFramebuffer * inst = (IOFramebuffer *) owner; local
3178 IOFramebuffer * inst = (IOFramebuffer *) owner; local
3212 handleVBL(IOFramebuffer * inst, void * ref) argument
3354 IOFramebuffer * inst = (IOFramebuffer *) target; local
3483 IOFramebuffer * inst = (IOFramebuffer *) target; local
6206 IOFramebuffer * inst = (IOFramebuffer *) target; local
6303 connectChangeInterrupt( IOFramebuffer * inst, void * delay ) argument
7535 IOFramebuffer * inst = (IOFramebuffer *) target; local
7677 IOFramebuffer * inst = (IOFramebuffer *) target; local
7716 IOFramebuffer * inst = (IOFramebuffer *) target; local
7779 IOFramebuffer * inst = (IOFramebuffer *) target; local
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOUserClient.cpp203 IOMachPort * inst = 0; local
[all...]
H A DIOService.cpp939 _IOOpenServiceIterator * inst; local
2907 IOService * inst; local
3367 _IOConfigThread * inst; local
4605 IOResources * inst; local
[all...]
/macosx-10.10/OpenSSL098-52/src/apps/
H A Docsp.c1070 ASN1_OBJECT *inst = NULL; local
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_isadep_arm.c167 uint32_t* inst = (uint32_t*) text; local
255 uint16_t* inst = (uint16_t*) text; local
438 uint32_t* inst = (uint32_t*) text; local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLOutput.h374 LValue inst = buildSwitch(m_builder, value, cases, fallThrough); local
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp244 IOService * inst; local
4042 IOBootNDRV * inst; local
[all...]
/macosx-10.10/WebCore-7600.1.25/bridge/c/
H A Dc_class.cpp78 const CInstance* inst = static_cast<const CInstance*>(instance); local
97 const CInstance* inst = static_cast<const CInstance*>(instance); local
H A Dc_runtime.cpp64 void CField::setValueToInstance(ExecState *exec, const Instance *inst, JSValue aValue) const argument
/macosx-10.10/WebCore-7600.1.25/bridge/objc/
H A DObjCRuntimeObject.h40 static ObjCRuntimeObject* create(VM& vm, Structure* structure, PassRefPtr<ObjcInstance> inst) argument
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSMetaClass.cpp173 checkTypeInst( const OSMetaClassBase * inst, const OSMetaClassBase * typeinst) argument
/macosx-10.10/OpenSSH-189/openssh/
H A Dsshconnect2.c1674 char *name, *inst, *lang, *prompt, *response; local
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Direp.h278 struct AST_instance_n_t *inst; member in union:IR_arg_t
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dinit_c.c265 const char *name, *inst; local
/macosx-10.10/libxslt-13/libxslt/libexslt/
H A Dfunctions.c456 exsltFuncFunctionComp (xsltStylesheetPtr style, xmlNodePtr inst) { argument
542 exsltFuncResultComp (xsltStylesheetPtr style, xmlNodePtr inst, argument
649 exsltFuncResultElem(xsltTransformContextPtr ctxt, xmlNodePtr node ATTRIBUTE_UNUSED, xmlNodePtr inst, exsltFuncResultPreComp *comp) argument
[all...]

Completed in 405 milliseconds

123