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

1 23 4 5 6

  /external/llvm/include/llvm/IR/
InstVisitor.h 248 Instruction &I = *CS.getInstruction();
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 253 S = DisAsm->getInstruction(Inst, Size, Data, PC,
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 87 if (!CS.getInstruction())
471 const AllocFnsTy *FnData = getAllocationData(CS.getInstruction(), AnyAlloc,
687 const AllocFnsTy *FnData = getAllocationData(CS.getInstruction(), AnyAlloc,
CallGraphSCCPass.cpp 274 CallSites.find(CS.getInstruction());
Lint.cpp 204 Instruction &I = *CS.getInstruction();
266 if (CS.isCall() && cast<CallInst>(CS.getInstruction())->isTailCall())
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 237 if (CS.getInstruction() == nullptr || !CS.isCallee(&U)) return nullptr;
239 if (CS.getInstruction()->getParent()->getParent() == F)
762 Instruction *Call = CS.getInstruction();
    [all...]
DeadArgumentElimination.cpp 243 Instruction *Call = CS.getInstruction();
589 const Instruction *TheCall = CS.getInstruction();
    [all...]
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 147 llvm::Value *CSZero = CGF.Builder.CreateICmpEQ(CS.getInstruction(), Zero);
CodeGenModule.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 115 const Instruction *Call = CS.getInstruction();
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/Disassembler/
PPCDisassembler.cpp 33 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
384 DecodeStatus PPCDisassembler::getInstruction(MCInst &MI, uint64_t &Size,
  /external/llvm/lib/Target/Sparc/Disassembler/
SparcDisassembler.cpp 39 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
288 DecodeStatus SparcDisassembler::getInstruction(MCInst &Instr, uint64_t &Size,
  /external/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 38 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
738 MCDisassembler::DecodeStatus XCoreDisassembler::getInstruction(
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MutableMethodImplementation.java 266 Instruction instruction = location.getInstruction();
294 Instruction instruction = location.getInstruction();
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java 252 Instruction instruction = analyzedInstruction.getInstruction();
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 492 const Instruction *I = CS.getInstruction();
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/tools/sancov/
sancov.cc 307 if (!DisAsm->getInstruction(Inst, Size, Bytes.slice(Index),
  /external/llvm/lib/IR/
Verifier.cpp 115 Write(CS.getInstruction());
    [all...]
  /external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 54 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
155 DecodeStatus HexagonDisassembler::getInstruction(MCInst &MI, uint64_t &Size,
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 671 Dis->getInstruction(Inst, Size, SectionBytes, 0, nulls(), nulls());
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 140 MCDisassembler::DecodeStatus X86GenericDisassembler::getInstruction(
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 103 (CS.getInstruction()->use_empty() || CS.doesNotCapture(ArgNo)))
    [all...]

Completed in 415 milliseconds

1 23 4 5 6