HomeSort by relevance Sort by last modified time
    Searched refs:getInstruction (Results 26 - 50 of 81) sorted by null

12 3 4

  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 225 CS.getInstruction()->isIdenticalToWhenDefined(Inst))
629 assert(getDependency(QueryCS.getInstruction()).isNonLocal() &&
631 PerInstNLInfo &CacheP = NonLocalDeps[QueryCS.getInstruction()];
663 BasicBlock *QueryBB = QueryCS.getInstruction()->getParent();
715 QueryCS.getInstruction());
745 ReverseNonLocalDeps[Inst].insert(QueryCS.getInstruction());
    [all...]
BasicAliasAnalysis.cpp 655 assert(notDifferentParent(CS.getInstruction(), Loc.Ptr) &&
666 if (const CallInst *CI = dyn_cast<CallInst>(CS.getInstruction()))
673 if (!isa<Constant>(Object) && CS.getInstruction() != Object &&
704 const IntrinsicInst *II = dyn_cast<IntrinsicInst>(CS.getInstruction());
    [all...]
MemoryBuiltins.cpp 77 if (!CS.getInstruction())
477 const AllocFnsTy *FnData = getAllocationData(CS.getInstruction(), AnyAlloc,
702 const AllocFnsTy *FnData = getAllocationData(CS.getInstruction(), AnyAlloc,
Lint.cpp 198 Instruction &I = *CS.getInstruction();
258 if (CS.isCall() && cast<CallInst>(CS.getInstruction())->isTailCall())
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsProvider.java 162 private TextData getInstruction(int state, Bundle options, int widgetId) {
245 TextData text = getInstruction(state, newOptions, appWidgetId);
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 157 S = DisAsm->getInstruction(Inst, Size, MemoryObject, PC,
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 225 Instruction* Call = CS.getInstruction();
ArgumentPromotion.cpp 145 if (CS.getInstruction() == 0 || !CS.isCallee(UI)) return 0;
147 if (CS.getInstruction()->getParent()->getParent() == F)
639 Instruction *Call = CS.getInstruction();
    [all...]
DeadArgumentElimination.cpp 268 Instruction *Call = CS.getInstruction();
553 const Instruction *TheCall = CS.getInstruction();
836 Instruction *Call = CS.getInstruction();
    [all...]
FunctionAttrs.cpp 287 if (!CS.getInstruction()) { Captured = true; return true; }
  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 645 CodeGenInstruction &II = CGT.getInstruction(Op);
674 CodeGenInstruction &II = CGT.getInstruction(Op);
675 const DAGInstruction &Inst = CGP.getInstruction(Op);
    [all...]
CodeEmitterGen.cpp 110 CodeGenInstruction &CGI = Target.getInstruction(R);
CodeGenDAGPatterns.cpp     [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
AnalyzedInstruction.java 134 public Instruction getInstruction() {
  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 139 disassembler->getInstruction(inst, inst_size, *input_function, i,
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 603 if (Instruction *I = CallingSF.Caller.getInstruction()) {
857 SetValue(CS.getInstruction(), ArgIndex, SF);
863 SetValue(CS.getInstruction(), getOperandValue(*CS.arg_begin(), SF), SF);
869 BasicBlock::iterator me(CS.getInstruction());
870 BasicBlock *Parent = CS.getInstruction()->getParent();
874 IL->LowerIntrinsicCall(cast<CallInst>(CS.getInstruction()));
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/auth/
AuthenticationManager.java 387 responses = cb.replyToChallenge(pui.getName(), pui.getInstruction(), pui.getNumPrompts(), pui
  /external/llvm/include/llvm/
InstVisitor.h 241 Instruction &I = *CS.getInstruction();
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 259 CallSites.find(CS.getInstruction());
  /external/llvm/lib/CodeGen/
Analysis.cpp 268 const Instruction *I = CS.getInstruction();
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 53 DecodeStatus getInstruction(MCInst &instr,
201 DecodeStatus AArch64Disassembler::getInstruction(MCInst &MI, uint64_t &Size,
  /external/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 38 virtual DecodeStatus getInstruction(MCInst &instr,
734 XCoreDisassembler::getInstruction(MCInst &instr,
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 273 const Function *Caller = CS.getInstruction()->getParent()->getParent();
491 Instruction *TheCall = CS.getInstruction();
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 437 if (DisAsm->getInstruction(Inst, Size, memoryObject, Index,
482 if (DisAsm->getInstruction(Inst, InstSize, memoryObject, Index,
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 115 X86GenericDisassembler::getInstruction(MCInst &instr,

Completed in 1942 milliseconds

12 3 4