Home
last modified time | relevance | path

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

123456

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.h78 struct Instr { struct
80 MCInst Instruction; // Instruction. argument
81 uint64_t InstructionSize; // Size of this instruction. argument
82 bool Valid; // Is this a valid instruction? If false, Instr::Instruction is argument
DGraphBuilder.h45 using Instr = llvm::cfi_verify::FileAnalysis::Instr; variable
/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.h300 static bool classof(const Inst *Instr) { return Instr->getKind() == Alloca; } in classof()
338 static bool classof(const Inst *Instr) { in classof()
366 static bool classof(const Inst *Instr) { return Instr->getKind() == Assign; } in classof()
407 static bool classof(const Inst *Instr) { return Instr->getKind() == Br; } in classof()
447 static bool classof(const Inst *Instr) { return Instr->getKind() == Call; } in classof()
489 static bool classof(const Inst *Instr) { return Instr->getKind() == Cast; } in classof()
512 static bool classof(const Inst *Instr) { in classof()
544 static bool classof(const Inst *Instr) { return Instr->getKind() == Fcmp; } in classof()
577 static bool classof(const Inst *Instr) { return Instr->getKind() == Icmp; } in classof()
601 static bool classof(const Inst *Instr) { in classof()
[all …]
DIceInstARM32.h499 static bool isClassof(const Inst *Instr, InstKindARM32 MyKind) { in isClassof()
578 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
619 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
684 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
722 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
768 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
817 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
898 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
948 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
989 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()
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::__anon4d0e651c0111::LocalVariableSplitter
540 Inst *Instr = iteratorToInst(Iter); in splitBlockLocalVariables() local
DIceInstVarIter.h145 #define FOREACH_VAR_IN_INST(Var, Instr) \ argument
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()
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 …]
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()
2556 void TargetARM32::preambleDivRem(const InstCall *Instr) { in preambleDivRem()
3075 void TargetARM32::lowerArithmetic(const InstArithmetic *Instr) { in lowerArithmetic()
3521 void TargetARM32::lowerAssign(const InstAssign *Instr) { in lowerAssign()
3661 void TargetARM32::lowerBr(const InstBr *Instr) { in lowerBr()
3693 void TargetARM32::lowerCall(const InstCall *Instr) { in lowerCall()
3894 void TargetARM32::lowerCast(const InstCast *Instr) { in lowerCast()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DUops.cpp104 static bool hasTiedOperands(const Instruction &Instr, const Variable &Var) { in hasTiedOperands()
118 getTiedVariables(const Instruction &Instr) { in getTiedVariables()
139 const Instruction Instr(InstrDesc, RATC); in generatePrototype() local
DMCInstrDescView.cpp86 InstructionInstance::InstructionInstance(const Instruction &Instr) in InstructionInstance()
224 static void randomize(const Instruction &Instr, const Variable &Var, in randomize()
/external/llvm/lib/Target/ARM/
DARMFeatures.h25 inline bool isV8EligibleForIT(InstrType *Instr) { in isV8EligibleForIT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFeatures.h25 inline bool isV8EligibleForIT(const InstrType *Instr) { in isV8EligibleForIT()
/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/Disassembler/
DLanaiDisassembler.cpp89 static void PostOperandDecodeAdjust(MCInst &Instr, uint32_t Insn) { in PostOperandDecodeAdjust()
131 MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DCallSiteSplitting.cpp189 Instruction *Instr = CS.getInstruction(); in canSplitCallSite() local
306 Instruction *Instr = CS.getInstruction(); in splitCallSite() local
413 Instruction *Instr = CS.getInstruction(); in isPredicatedOnPHI() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h221 bool isNotInMIMap(const MachineInstr &Instr) const { in isNotInMIMap()
226 SlotIndex getInstructionIndex(const MachineInstr &Instr) const { in getInstructionIndex()

123456