HomeSort by relevance Sort by last modified time
    Searched refs:MI (Results 276 - 300 of 329) sorted by null

<<11121314

  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 123 *EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 179 for (MachineBasicBlock::instr_iterator MI = MBB->instr_begin();
180 MI != MBB->instr_end(); ++MI)
181 MBBInfos[I].Size += TII->GetInstSizeInBytes(&*MI);
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 173 if (MemIntrinsic *MI = dyn_cast<MemIntrinsic>(Inst)) {
175 AliasAnalysis::Location Loc = AA.getLocationForDest(MI);
267 if (MemIntrinsic *MI = dyn_cast<MemIntrinsic>(I))
268 return MI->getDest();
GVN.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 171 bool instrumentMemIntrinsic(AsanFunctionContext &AFC, MemIntrinsic *MI);
319 MemIntrinsic *MI) {
320 Value *Dst = MI->getDest();
321 MemTransferInst *MemTran = dyn_cast<MemTransferInst>(MI);
323 Value *Length = MI->getLength();
326 Instruction *InsertBefore = MI;
338 instrumentMemIntrinsicParam(AFC, MI, Dst, Length, InsertBefore, true);
340 instrumentMemIntrinsicParam(AFC, MI, Src, Length, InsertBefore, false);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 110 MemTransferInst *MI = dyn_cast<MemTransferInst>(U);
111 if (MI == 0)
117 if (MI->isVolatile()) return false;
132 if (!pointsToConstantGlobal(MI->getSource()))
136 TheCopy = MI;
InstCombine.h 363 Instruction *SimplifyMemTransfer(MemIntrinsic *MI);
364 Instruction *SimplifyMemSet(MemSetInst *MI);
  /external/clang/tools/libclang/
Indexing.cpp 81 virtual void MacroDefined(const Token &Id, const MacroInfo *MI) {
85 /// MI is released immediately following this callback.
86 virtual void MacroUndefined(const Token &MacroNameTok, const MacroInfo *MI) {
90 virtual void MacroExpands(const Token &MacroNameTok, const MacroInfo* MI,
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 176 MachineFunction::DeleteMachineInstr(MachineInstr *MI) {
177 MI->~MachineInstr();
178 InstructionRecycler.Deallocate(Allocator, MI);
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 362 void setInstr(MachineInstr *MI) {
364 Instr = MI;
MachineBasicBlock.h 148 bundle_iterator(Ty &mi) : MII(mi) {
149 assert(!mi.isInsideBundle() &&
150 "It's not legal to initialize bundle_iterator with a bundled MI");
152 bundle_iterator(Ty *mi) : MII(mi) {
153 assert((!mi || !mi->isInsideBundle()) &&
154 "It's not legal to initialize bundle_iterator with a bundled MI");
442 void push_back(MachineInstr *MI) { Insts.push_back(MI);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 147 virtual bool TryToFoldLoad(MachineInstr *MI, unsigned OpNo,
219 bool isARMNEONPred(const MachineInstr *MI);
220 bool DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR);
234 bool ARMFastISel::DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR) {
235 if (!MI->hasOptionalDef())
239 for (unsigned i = 0, e = MI->getNumOperands(); i != e; ++i) {
240 const MachineOperand &MO = MI->getOperand(i);
248 bool ARMFastISel::isARMNEONPred(const MachineInstr *MI) {
249 const MCInstrDesc &MCID = MI->getDesc();
270 MachineInstr *MI = &*MIB
    [all...]
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 185 Module::iterator MI = NewM->begin();
187 ++MI;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 245 TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
255 void TargetLowering::AdjustInstrPostInstrSelection(MachineInstr *MI,
257 assert(!MI->hasPostISelHook() &&
384 MachineInstr *MI = FuncInfo->ArgDbgValues[e-i-1];
385 unsigned Reg = MI->getOperand(0).getReg();
387 EntryMBB->insert(EntryMBB->begin(), MI);
392 Def->getParent()->insert(llvm::next(InsertPos), MI);
401 MI->getOperand(MI->getNumOperands()-1).getMetadata();
402 unsigned Offset = MI->getOperand(1).getImm()
    [all...]
ScheduleDAGSDNodes.cpp 869 MachineInstr *MI = Orders[i].second;
871 if (!MI)
885 MachineBasicBlock::iterator Pos = MI;
886 MI->getParent()->insert(llvm::next(Pos), DbgMI);
    [all...]
  /external/clang/lib/Lex/
Pragma.cpp 704 MacroInfo *MI = getMacroInfo(IdentInfo);
707 if (MI) {
708 // Make a clone of MI.
709 MacroCopyToPush = CloneMacroInfo(*MI);
712 MI->setIsAllowRedefinitionsWithoutWarning(true);
    [all...]
TokenLexer.cpp 26 void TokenLexer::Init(Token &Tok, SourceLocation ELEnd, MacroInfo *MI,
32 Macro = MI;
  /external/llvm/include/llvm/Analysis/
ProfileInfo.h 226 ProfileInfoT<MachineFunction, MachineBasicBlock> *MI() {
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 100 EmitInstrWithCustomInserter(MachineInstr *MI,
XCoreISelLowering.cpp     [all...]
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 104 SUB(MI, 0, c, c, end);
539 MOV(MI, 0, u, width);
564 MOV(MI, 0, u, imm(0));
565 MOV(MI, 0, width, imm(0));
574 MOV(MI, 0, v, height);
592 MOV(MI, 0, v, imm(0));
593 MOV(MI, 0, height, imm(0));
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 12598 const MachineInstr& mi = *miI; local
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 198 uint64_t Width, MCInst &MI,
285 MI.addOperand(MCOperand::CreateExpr(Expr));

Completed in 1579 milliseconds

<<11121314