Searched refs:Instruction (Results 451 - 475 of 705) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp263 Name, dyn_cast<Instruction>(V));
269 dyn_cast<Instruction>(V));
314 Instruction *FirstInst = Fun->front().begin();
392 Instruction *FirstInst = Fun->front().begin();
/external/clang/lib/CodeGen/
H A DCGLoopInfo.cpp93 void LoopInfoStack::InsertHelper(Instruction *I) const {
/external/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp109 PrintModRefResults(const char *Msg, bool P, Instruction *I, Value *Ptr,
160 Instruction &Inst = *I;
174 for (Instruction::op_iterator OI = Inst.op_begin(), OE = Inst.op_end();
274 Instruction *I = C->getInstruction();
H A DLint.cpp72 void visitMemoryReference(Instruction &I, Value *Ptr,
128 if (isa<Instruction>(V)) {
198 Instruction &I = *CS.getInstruction();
370 void Lint::visitMemoryReference(Instruction &I,
663 // Same as above, but for ConstantExpr instead of Instruction.
664 if (Instruction::isCast(CE->getOpcode())) {
665 if (CastInst::isNoopCast(Instruction::CastOps(CE->getOpcode()),
671 } else if (CE->getOpcode() == Instruction::ExtractValue) {
680 if (Instruction *Inst = dyn_cast<Instruction>(
[all...]
H A DScalarEvolution.cpp387 if (VCE->getOpcode() == Instruction::PtrToInt)
389 if (CE->getOpcode() == Instruction::GetElementPtr &&
404 if (VCE->getOpcode() == Instruction::PtrToInt)
406 if (CE->getOpcode() == Instruction::GetElementPtr &&
429 if (VCE->getOpcode() == Instruction::PtrToInt)
431 if (CE->getOpcode() == Instruction::GetElementPtr &&
514 if (const Instruction *LInst = dyn_cast<Instruction>(LV)) {
515 const Instruction *RInst = cast<Instruction>(R
[all...]
H A DCFG.cpp186 bool llvm::isPotentiallyReachable(const Instruction *A, const Instruction *B,
/external/llvm/lib/CodeGen/
H A DStackProtector.cpp153 bool StackProtector::HasAddressTaken(const Instruction *AI) {
264 static bool InstructionWillNotHaveChain(const Instruction *I) {
288 Instruction *Inst = &*I;
394 Instruction *InsertionPt = nullptr;
/external/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp134 Instruction *LibCall = Call->clone();
H A DLoopDeletion.cpp104 if (Instruction *I = dyn_cast<Instruction>(incoming))
/external/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp14 // The main user of this is the sample profiler. Instruction samples are
183 Instruction *First = Succ->getFirstNonPHIOrDbgOrLifetime();
H A DCodeExtractor.cpp143 if (Instruction *I = dyn_cast<Instruction>(V))
154 if (Instruction *I = dyn_cast<Instruction>(V))
376 if (Instruction* inst = dyn_cast<Instruction>(*use))
507 Instruction *inst = cast<Instruction>(Users[u]);
566 BasicBlock *DefBlock = cast<Instruction>(outputs[out])->getParent();
H A DInlineFunction.cpp168 Instruction *I = BBI++;
299 Instruction *NewCall = dyn_cast<Instruction>(VMI->second);
359 static Value *HandleByValArgument(Value *Arg, Instruction *TheCall,
461 Instruction *TheCall) {
492 Instruction *Prev = RI->getPrevNode();
527 Instruction *TheCall = CS.getInstruction();
529 "Instruction not in function!");
702 for (Instruction &I : *BB) {
906 assert(Br && Br->getOpcode() == Instruction
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp263 Name, dyn_cast<Instruction>(V));
269 dyn_cast<Instruction>(V));
314 Instruction *FirstInst = Fun->front().begin();
392 Instruction *FirstInst = Fun->front().begin();
/external/oprofile/events/mips/rm7000/
H A Devents15 event:0x0b counters:0,1 um:zero minimum:500 name:ICACHE_MISSES : Instruction cache misses
18 event:0x0e counters:0,1 um:zero minimum:500 name:ITLB_MISSES : Instruction TLB misses
/external/proguard/src/proguard/classfile/util/
H A DEnumFieldReferenceInitializer.java110 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
/external/proguard/src/proguard/optimize/info/
H A DAccessMethodMarker.java51 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
H A DReadWriteFieldMarker.java50 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
/external/smali/dexlib2/src/main/ragel/
H A DSyntheticAccessorFSM.rl34 import org.jf.dexlib2.iface.instruction.Instruction;
66 public static int test(List<? extends Instruction> instructions) {
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64-inl.h577 Instruction* instr = reinterpret_cast<Instruction*>(pc);
603 Instruction* instr = reinterpret_cast<Instruction*>(candidate);
635 Instruction* instr = reinterpret_cast<Instruction*>(pc);
842 Instruction* i1 = reinterpret_cast<Instruction*>(pc_);
843 Instruction* i2 = i1->following();
850 Instruction* current_inst
[all...]
H A Ddebug-arm64.cc43 PatchingAssembler patcher(reinterpret_cast<Instruction*>(rinfo()->pc()), 5);
102 PatchingAssembler patcher(reinterpret_cast<Instruction*>(rinfo()->pc()), 4);
/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector-unittest.h120 const Instruction* operator[](size_t index) const {
190 std::deque<Instruction*> instructions_;
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h188 void visitInstruction(Instruction &I) {
190 llvm_unreachable("Instruction not interpretable yet!");
246 GenericValue executeCastOperation(Instruction::CastOps opcode, Value *SrcVal,
/external/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp34 Instruction *splitAt, Value *srcAddr, Value *dstAddr, Value *len,
74 static void convertMemSetToLoop(Instruction *splitAt, Value *dstAddr,
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp522 Instruction *OrigIns;
523 ShadowOriginAndInsertPoint(Value *S, Value *O, Instruction *I)
527 SmallVector<Instruction*, 16> StoreList;
576 Instruction *CheckTerm = SplitBlockAndInsertIfThen(
612 void materializeOneCheck(Instruction *OrigIns, Value *Shadow, Value *Origin,
633 Instruction *CheckTerm = SplitBlockAndInsertIfThen(
650 Instruction *OrigIns = ShadowData.OrigIns;
660 Instruction *I = CS.getInstruction();
678 Instruction *CheckTerm = SplitBlockAndInsertIfThen(
689 NewFnPhi->addIncoming(NewFn, dyn_cast<Instruction>(NewF
[all...]
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h269 static inline bool IsNoopInstruction(const Instruction *I) {
282 static inline void EraseInstruction(Instruction *CI) {

Completed in 643 milliseconds

<<11121314151617181920>>