Searched refs:getInstruction (Results 51 - 70 of 70) sorted by relevance

123

/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp705 remove(CS.getInstruction()->getParent()->getParent());
H A DFunctionAttrs.cpp349 if (!CS.getInstruction()) { Captured = true; return true; }
H A DGlobalOpt.cpp2542 if (isa<DbgInfoIntrinsic>(CS.getInstruction())) {
2554 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(CS.getInstruction())) {
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp89 (CS.getInstruction()->use_empty() || CS.doesNotCapture(ArgNo)))
/freebsd-10-stable/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp490 if (DisAsm->getInstruction(Inst, Size, memoryObject,
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h787 const DAGInstruction &getInstruction(Record *R) const {
H A DFastISelEmitter.cpp442 CodeGenInstruction &II = CGP.getTargetInfo().getInstruction(Op);
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp613 Instruction *I = CS.getInstruction();
1877 Instruction &I = *CS.getInstruction();
H A DAddressSanitizer.cpp1255 NoReturnCalls.push_back(CS.getInstruction());
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp97 Instruction *getInstruction(unsigned loc) { function in struct:__anon2863::BlockNumbering
1256 Instruction *I = BN.getInstruction(MaxIdx);
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h1984 IsReturnValueUsed(!cs.getInstruction()->use_empty()),
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp2513 *callOrInvoke = CS.getInstruction();
2521 AddObjCARCExceptionMetadata(CS.getInstruction());
2539 llvm::Instruction *CI = CS.getInstruction();
H A DCGObjCGNU.cpp609 return imp.getInstruction();
692 Builder.CreateLoad(Builder.CreateStructGEP(slot.getInstruction(), 4));
830 return imp.getInstruction();
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp100 /// getInstruction - See MCDisassembler.
101 DecodeStatus getInstruction(MCInst &instr,
121 /// getInstruction - See MCDisassembler.
122 DecodeStatus getInstruction(MCInst &instr,
415 DecodeStatus ARMDisassembler::getInstruction(MCInst &MI, uint64_t &Size, function in class:ARMDisassembler
683 DecodeStatus ThumbDisassembler::getInstruction(MCInst &MI, uint64_t &Size, function in class:ThumbDisassembler
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1080 Instruction *I = CS.getInstruction();
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp422 const CallInst *CallI = cast<CallInst>(CS->getInstruction());
482 const Instruction *CalleeI = CS->getInstruction();
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DVerifier.cpp1504 Instruction *I = CS.getInstruction();
H A DInstructions.cpp34 Instruction *II(getInstruction());
/freebsd-10-stable/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1206 if (const Instruction *Call = CS.getInstruction()) {
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp2243 MyFlags.Used = !CS.getInstruction()->use_empty();

Completed in 404 milliseconds

123