Searched defs:MCE (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp150 MCCodeEmitter *MCE = 0; local
154 MCE = getTarget().createMCCodeEmitter(*getInstrInfo(), STI, *Context);
164 MCE, MAB,
172 MCCodeEmitter *MCE = getTarget().createMCCodeEmitter(*getInstrInfo(), STI, local
175 if (MCE == 0 || MAB == 0)
180 MCE, hasMCRelaxAll(), local
250 MCCodeEmitter *MCE = getTarget().createMCCodeEmitter(*getInstrInfo(),STI, *Ctx); local
252 if (MCE == 0 || MAB == 0)
257 *MAB, Out, MCE, local
/external/llvm/lib/Target/PTX/
H A DPTXTargetMachine.cpp153 MCCodeEmitter *MCE = 0; local
162 MCE, MAB,
/external/llvm/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp32 JITCodeEmitter &MCE; member in class:__anon6905::PPCCodeEmitter
48 : MachineFunctionPass(ID), TM(tm), MCE(mce) {}
87 /// to the specified MCE object.
99 MCE.setModuleInfo(MMI);
102 MCE.startFunction(MF);
105 } while (MCE.finishFunction(MF));
111 MCE.StartMachineBasicBlock(&MBB);
115 MCE.processDebugLoc(MI.getDebugLoc(), true);
118 MCE.emitWordBE(getBinaryCodeForInstr(MI));
122 MCE
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp54 JITCodeEmitter &MCE; member in class:__anon6887::MipsCodeEmitter
70 TD(tm.getTargetData()), TM(tm), MCE(mce), MCPEs(0), MJTEs(0),
125 MCE.setModuleInfo(&getAnalysis<MachineModuleInfo> ());
130 MCE.startFunction(MF);
134 MCE.StartMachineBasicBlock(MBB);
139 } while (MCE.finishFunction(MF));
206 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
212 MCE.addRelocation(MachineRelocation::getExtSym(MCE
[all...]
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp48 CodeEmitter &MCE; member in class:__anon6961::Emitter
57 MCE(mce), PICBaseOffset(0), Is64BitMode(false),
62 MCE(mce), PICBaseOffset(0), Is64BitMode(is64),
117 MCE.setModuleInfo(MMI);
127 MCE.startFunction(MF);
130 MCE.StartMachineBasicBlock(MBB);
141 } while (MCE.finishFunction(MF));
251 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
253 MCE
[all...]
H A DX86MCInstLower.cpp281 const MCExpr *MCE = Inst.getOperand(AddrOp).getExpr(); local
282 if (const MCSymbolRefExpr *SRE = dyn_cast<MCSymbolRefExpr>(MCE))
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorsChecker.cpp113 void checkPreStmt(const CXXMemberCallExpr *MCE,
568 void IteratorsChecker::checkPreStmt(const CXXMemberCallExpr *MCE, argument
571 checkArgs(C, MCE);
572 const MemberExpr *ME = dyn_cast<MemberExpr>(MCE->getCallee());
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp53 JITCodeEmitter &MCE; member in class:__anon6794::ARMCodeEmitter
71 MCE(mce), MCPEs(0), MJTEs(0),
374 /// code to the specified MCE object.
395 MCE.setModuleInfo(MMI);
400 MCE.startFunction(MF);
403 MCE.StartMachineBasicBlock(MBB);
408 } while (MCE.finishFunction(MF));
488 ? MachineRelocation::getIndirectSymbol(MCE.getCurrentPCOffset(), Reloc,
491 : MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
494 MCE
[all...]
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp1993 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(ImmVal);
1994 if (!MCE) {
2007 Operands.push_back(ARMOperand::CreateVectorIndex(MCE->getValue(),
2141 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(ImmVal); local
2142 if (!MCE) {
2155 Operands.push_back(ARMOperand::CreateVectorIndex(MCE->getValue(),

Completed in 271 milliseconds