HomeSort by relevance Sort by last modified time
    Searched refs:getInstruction (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/llvm/lib/IR/
Statepoint.cpp 23 if (!CS.getInstruction()) {
43 if (!CS.getInstruction()) {
48 return isGCRelocate(CS.getInstruction());
60 if (!CS.getInstruction()) {
65 return isGCResult(CS.getInstruction());
  /external/llvm/include/llvm/IR/
CallSite.h 82 bool isInvoke() const { return getInstruction() && !I.getInt(); }
84 InstrTy *getInstruction() const { return I.getPointer(); }
89 BBTy* getParent() const { return getInstruction()->getParent(); }
94 assert(getInstruction() && "Not a call or invoke instruction!");
108 assert(getInstruction() && "Not a call or invoke instruction!");
127 assert(getInstruction() && "Not a call or invoke instruction!");
129 getInstruction()->setOperand(ArgNo, newVal);
141 assert(getInstruction() && "Not a call or invoke instruction!");
168 assert(getInstruction() && "Not a call or invoke instruction!");
172 assert(getInstruction() && "Not a call or invoke instruction!")
    [all...]
Statepoint.h 125 InstructionTy *getInstruction() const {
126 return getCallSite().getInstruction();
238 return gc_args_begin() - getInstruction()->op_begin();
256 for (auto *U : getInstruction()->users())
391 for (const User *U : getInstruction()->users())
400 cast<InvokeInst>(getInstruction())->getLandingPadInst();
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliLabel.java 54 public SmaliInstruction getInstruction() {
64 SmaliInstruction instruction = getInstruction();
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.h 32 getInstruction(MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes,
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
PreInstructionRegisterInfoMethodItem.java 108 if (analyzedInstruction.getInstruction() instanceof RegisterRangeInstruction) {
109 RegisterRangeInstruction instruction = (RegisterRangeInstruction)analyzedInstruction.getInstruction();
113 } else if (analyzedInstruction.getInstruction() instanceof FiveRegisterInstruction) {
114 FiveRegisterInstruction instruction = (FiveRegisterInstruction)analyzedInstruction.getInstruction();
132 } else if (analyzedInstruction.getInstruction() instanceof ThreeRegisterInstruction) {
133 ThreeRegisterInstruction instruction = (ThreeRegisterInstruction)analyzedInstruction.getInstruction();
137 } else if (analyzedInstruction.getInstruction() instanceof TwoRegisterInstruction) {
138 TwoRegisterInstruction instruction = (TwoRegisterInstruction)analyzedInstruction.getInstruction();
141 } else if (analyzedInstruction.getInstruction() instanceof OneRegisterInstruction) {
142 OneRegisterInstruction instruction = (OneRegisterInstruction)analyzedInstruction.getInstruction();
    [all...]
  /external/llvm/lib/Analysis/
ScopedNoAliasAA.cpp 101 if (!mayAliasInScopes(Loc.AATags.Scope, CS.getInstruction()->getMetadata(
106 CS.getInstruction()->getMetadata(LLVMContext::MD_alias_scope),
119 CS1.getInstruction()->getMetadata(LLVMContext::MD_alias_scope),
120 CS2.getInstruction()->getMetadata(LLVMContext::MD_noalias)))
124 CS2.getInstruction()->getMetadata(LLVMContext::MD_alias_scope),
125 CS1.getInstruction()->getMetadata(LLVMContext::MD_noalias)))
CallGraph.cpp 208 if (I->first == CS.getInstruction()) {
252 if (I->first == CS.getInstruction()) {
254 I->first = NewCS.getInstruction();
ObjCARCAliasAnalysis.cpp 114 switch (GetBasicARCInstKind(CS.getInstruction())) {
TypeBasedAliasAnalysis.cpp 331 if (const MDNode *M = CS.getInstruction()->getMetadata(LLVMContext::MD_tbaa))
351 CS.getInstruction()->getMetadata(LLVMContext::MD_tbaa))
364 CS1.getInstruction()->getMetadata(LLVMContext::MD_tbaa))
366 CS2.getInstruction()->getMetadata(LLVMContext::MD_tbaa))
AliasAnalysisEvaluator.cpp 124 errs() << " " << Msg << ": " << *CSA.getInstruction()
125 << " <-> " << *CSB.getInstruction() << '\n';
288 Instruction *I = C->getInstruction();
MemoryLocation.cpp 118 if (const IntrinsicInst *II = dyn_cast<IntrinsicInst>(CS.getInstruction())) {
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.h 99 DecodeStatus getInstruction(MCInst &instr, uint64_t &size,
  /external/llvm/include/llvm/MC/
MCDisassembler.h 76 virtual DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 199 CallInst *call = cast<CallInst>(CS.getInstruction());
379 Instruction *Inst = CS.getInstruction();
702 if (InvokeInst *Invoke = dyn_cast<InvokeInst>(CS.getInstruction())) {
721 CS.getInstruction()->replaceAllUsesWith(GCResult);
726 CS.getInstruction()->eraseFromParent();
    [all...]
RewriteStatepointsForGC.cpp 296 Instruction *inst = CS.getInstruction();
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyOptimizeReturned.cpp 58 Instruction *Inst = CS.getInstruction();
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 341 DebugLoc DLoc = CS.getInstruction()->getDebugLoc();
351 << ", Call: " << *CS.getInstruction() << "\n");
359 << ", Call: " << *CS.getInstruction() << "\n");
369 << ", Call: " << *CS.getInstruction() << "\n");
437 DEBUG(dbgs() << " NOT Inlining: " << *CS.getInstruction() <<
451 << ", Call: " << *CS.getInstruction() << '\n');
557 if (isInstructionTriviallyDead(CS.getInstruction(), &TLI)) {
559 << *CS.getInstruction() << "\n");
562 CS.getInstruction()->eraseFromParent();
581 DebugLoc DLoc = CS.getInstruction()->getDebugLoc()
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
LabelInfoTest.java 44 assertNull(LabelInfo.getInstruction(label));
164 assertSame(instruction, LabelInfo.getInstruction(label));
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
LabelInfo.java 266 public static Instruction getInstruction(final Label label) {
  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 278 PI.setEscaped(CS.getInstruction());
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 49 S = DisAsm.getInstruction(Inst, Size, Data.slice(Index), Index,
  /external/llvm/utils/TableGen/
CodeGenTarget.h 157 CodeGenInstruction &getInstruction(const Record *InstRec) const {

Completed in 489 milliseconds

1 2 3 4 5 6