Home
last modified time | relevance | path

Searched defs:Instr (Results 1 – 25 of 81) sorted by relevance

1234

/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp206 Ice::Operand *convertOperand(const Instruction *Instr, unsigned OpNum) { in convertOperand()
224 Ice::Inst *convertInstruction(const Instruction *Instr) { in convertInstruction()
331 Ice::Inst *convertLoadInstruction(const LoadInst *Instr) { in convertLoadInstruction()
337 Ice::Inst *convertStoreInstruction(const StoreInst *Instr) { in convertStoreInstruction()
343 Ice::Inst *convertArithInstruction(const Instruction *Instr, in convertArithInstruction()
352 Ice::Inst *convertPHINodeInstruction(const PHINode *Instr) { in convertPHINodeInstruction()
363 Ice::Inst *convertBrInstruction(const BranchInst *Instr) { in convertBrInstruction()
377 Ice::Inst *convertIntToPtrInstruction(const IntToPtrInst *Instr) { in convertIntToPtrInstruction()
383 Ice::Inst *convertPtrToIntInstruction(const PtrToIntInst *Instr) { in convertPtrToIntInstruction()
389 Ice::Inst *convertRetInstruction(const ReturnInst *Instr) { in convertRetInstruction()
[all …]
DIceInst.h293 static bool classof(const Inst *Instr) { return Instr->getKind() == Alloca; } in classof()
331 static bool classof(const Inst *Instr) { in classof()
359 static bool classof(const Inst *Instr) { return Instr->getKind() == Assign; } in classof()
400 static bool classof(const Inst *Instr) { return Instr->getKind() == Br; } in classof()
440 static bool classof(const Inst *Instr) { return Instr->getKind() == Call; } in classof()
482 static bool classof(const Inst *Instr) { return Instr->getKind() == Cast; } in classof()
505 static bool classof(const Inst *Instr) { in classof()
537 static bool classof(const Inst *Instr) { return Instr->getKind() == Fcmp; } in classof()
570 static bool classof(const Inst *Instr) { return Instr->getKind() == Icmp; } in classof()
594 static bool classof(const Inst *Instr) { in classof()
[all …]
DIceInstARM32.h485 static bool isClassof(const Inst *Instr, InstKindARM32 MyKind) { in isClassof()
564 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
605 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
670 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
708 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
754 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
803 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
884 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
934 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
975 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
[all …]
DIceTargetLowering.cpp82 void LoweringContext::insert(Inst *Instr) { in insert()
111 Inst *Instr = LastInserted; in availabilityUpdate() local
404 Inst *Instr = iteratorToInst(Context.getCur()); in lower() local
491 InstHighLevel *Instr) { in lowerInst()
504 void TargetLowering::lowerOther(const Inst *Instr) { in lowerOther()
547 for (auto &Instr : Insts) { in getInstructionsInRange() local
613 for (auto *Instr : in postRegallocSplitting() local
679 for (auto *Instr : RelevantInsts) { in postRegallocSplitting() local
719 for (auto Instr = Context.getCur(), E = Context.getNext(); Instr != E; in markRedefinitions() local
735 void TargetLowering::addFakeDefUses(const Inst *Instr) { in addFakeDefUses()
DIceInstVarIter.h145 #define FOREACH_VAR_IN_INST(Var, Instr) \ argument
DIceVariableSplitting.cpp80 for (const Inst &Instr : Node->getInsts()) { in reset() local
141 bool isInstLastUseOfVar(const Variable *Var, const Inst *Instr) { in isInstLastUseOfVar()
427 Inst *Instr = nullptr; member in Ice::__anona23f8f920111::LocalVariableSplitter
540 Inst *Instr = iteratorToInst(Iter); in splitBlockLocalVariables() local
DIceInstrumentation.cpp61 Inst *Instr = iteratorToInst(Context.getCur()); in instrumentInst() local
DIceSwitchLowering.cpp25 const InstSwitch *Instr) { in clusterizeSwitch()
DIceASanInstrumentation.cpp342 InstCall *Instr) { in instrumentCall()
365 InstLoad *Instr) { in instrumentLoad()
381 InstStore *Instr) { in instrumentStore()
DIceTargetLoweringARM32.cpp447 void TargetARM32::genTargetHelperCallFor(Inst *Instr) { in genTargetHelperCallFor()
1835 const Inst *Instr) { in resetTempBaseIfClobberedBy()
2210 void TargetARM32::lowerAlloca(const InstAlloca *Instr) { in lowerAlloca()
2349 TargetARM32::lowerInt1Arithmetic(const InstArithmetic *Instr) { in lowerInt1Arithmetic()
2554 void TargetARM32::preambleDivRem(const InstCall *Instr) { in preambleDivRem()
3073 void TargetARM32::lowerArithmetic(const InstArithmetic *Instr) { in lowerArithmetic()
3504 void TargetARM32::lowerAssign(const InstAssign *Instr) { in lowerAssign()
3644 void TargetARM32::lowerBr(const InstBr *Instr) { in lowerBr()
3676 void TargetARM32::lowerCall(const InstCall *Instr) { in lowerCall()
3877 void TargetARM32::lowerCast(const InstCast *Instr) { in lowerCast()
[all …]
DIceTargetLoweringMIPS32.cpp265 void TargetMIPS32::genTargetHelperCallFor(Inst *Instr) { in genTargetHelperCallFor()
1029 bool TargetMIPS32::doBranchOpt(Inst *Instr, const CfgNode *NextNode) { in doBranchOpt()
2376 void TargetMIPS32::lowerAlloca(const InstAlloca *Instr) { in lowerAlloca()
2465 void TargetMIPS32::lowerInt64Arithmetic(const InstArithmetic *Instr, in lowerInt64Arithmetic()
2750 void TargetMIPS32::lowerArithmetic(const InstArithmetic *Instr) { in lowerArithmetic()
3049 void TargetMIPS32::lowerAssign(const InstAssign *Instr) { in lowerAssign()
3101 void TargetMIPS32::lowerBr(const InstBr *Instr) { in lowerBr()
3354 void TargetMIPS32::lowerCall(const InstCall *Instr) { in lowerCall()
3640 void TargetMIPS32::lowerCast(const InstCast *Instr) { in lowerCast()
3908 void TargetMIPS32::lowerExtractElement(const InstExtractElement *Instr) { in lowerExtractElement()
[all …]
DIceCfg.cpp282 for (auto &Instr : Node->getPhis()) { in fixPhiNodes() local
1119 bool rematerializeArithmetic(const Inst *Instr) { in rematerializeArithmetic()
1137 bool rematerializeAssign(const Inst *Instr) { in rematerializeAssign()
1154 bool rematerializeCast(const Inst *Instr) { in rematerializeCast()
1430 for (auto &Instr : Node->getInsts()) { in materializeVectorShuffles() local
1878 for (const Inst *Instr : VMetadata->getLatterDefinitions(Var)) { in dump() local
DIceCompileServer.cpp253 std::unique_ptr<Instrumentation> Instr(new ASanInstrumentation(Ctx.get())); in run() local
DIceCfgNode.cpp31 void CfgNode::appendInst(Inst *Instr) { in appendInst()
1023 bool emitLiveRangesEnded(Ostream &Str, const Cfg *Func, const Inst *Instr, in emitLiveRangesEnded()
1485 auto *Instr = InstIntrinsicCall::create( in profileExecutionCount() local
1539 auto IsOperand = [](Inst *Instr, Operand *Opr) -> bool { in shortCircuit()
DIceOperand.cpp225 void VariableTracking::markUse(MetadataKind TrackingKind, const Inst *Instr, in markUse()
281 void VariableTracking::markDef(MetadataKind TrackingKind, const Inst *Instr, in markDef()
DIceTargetLoweringARM32.h443 auto *Instr = Context.insert<InstARM32Mov>(Dest, Src0, Pred); variable
455 auto *Instr = Context.insert<InstARM32Mov>(Dest, Src0, Pred); variable
1287 Inst *const Instr; variable
/external/llvm/lib/Target/ARM/
DARMFeatures.h25 inline bool isV8EligibleForIT(InstrType *Instr) { in isV8EligibleForIT()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp78 createReplacementInstr(ConstantExpr *CE, Instruction *Instr) { in createReplacementInstr()
146 } else if (Instruction *Instr = dyn_cast<Instruction>(WU)) { in replaceConstantExprOp() local
/external/llvm/lib/Target/Lanai/Disassembler/
DLanaiDisassembler.cpp89 static void PostOperandDecodeAdjust(MCInst &Instr, uint32_t Insn) { in PostOperandDecodeAdjust()
130 DecodeStatus LanaiDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, in getInstruction()
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h197 bool isNotInMIMap(const MachineInstr &Instr) const { in isNotInMIMap()
202 SlotIndex getInstructionIndex(const MachineInstr &Instr) const { in getInstructionIndex()
/external/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp535 static bool isCandidateStore(const MachineInstr *Instr) { in isCandidateStore()
649 static bool isCandidateLoad(const MachineInstr *Instr) { in isCandidateLoad()
674 static bool supportLoadFromLiteral(const MachineInstr *Instr) { in supportLoadFromLiteral()
695 static bool isCandidate(const MachineInstr *Instr, in isCandidate()
/external/llvm/lib/Target/NVPTX/
DNVPTXImageOptimizer.cpp64 Instruction &Instr = *I; in runOnFunction() local
/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp323 const MachineInstr &Instr = *I; in optimizeCompareInstr() local
358 const MachineInstr &Instr = *I; in optimizeCompareInstr() local
/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp158 for (auto *Instr : Instrs) in renumberInstrs() local
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h42 const Instruction *Instr; variable
49 LoopAccessReport(const Instruction *I = nullptr) : Instr(I) {} in Instr() function

1234