Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/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.h303 static bool classof(const Inst *Instr) { return Instr->getKind() == Alloca; } in classof()
341 static bool classof(const Inst *Instr) { in classof()
369 static bool classof(const Inst *Instr) { return Instr->getKind() == Assign; } in classof()
410 static bool classof(const Inst *Instr) { return Instr->getKind() == Br; } in classof()
451 static bool classof(const Inst *Instr) { return Instr->getKind() == Call; } in classof()
494 static bool classof(const Inst *Instr) { return Instr->getKind() == Cast; } in classof()
517 static bool classof(const Inst *Instr) { in classof()
549 static bool classof(const Inst *Instr) { return Instr->getKind() == Fcmp; } in classof()
582 static bool classof(const Inst *Instr) { return Instr->getKind() == Icmp; } in classof()
606 static bool classof(const Inst *Instr) { in classof()
[all …]
DIceInstARM32.h498 static bool isClassof(const Inst *Instr, InstKindARM32 MyKind) { in isClassof()
577 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
618 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
683 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
721 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
767 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
816 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
897 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
947 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
988 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
360 Inst *Instr = iteratorToInst(Context.getCur()); in lower() local
447 InstHighLevel *Instr) { in lowerInst()
460 void TargetLowering::lowerOther(const Inst *Instr) { in lowerOther()
503 for (auto &Instr : Insts) { in getInstructionsInRange() local
569 for (auto *Instr : in postRegallocSplitting() local
635 for (auto *Instr : RelevantInsts) { in postRegallocSplitting() local
675 for (auto Instr = Context.getCur(), E = Context.getNext(); Instr != E; in markRedefinitions() local
691 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::__anon28f7bbbb0111::LocalVariableSplitter
540 Inst *Instr = iteratorToInst(Iter); in splitBlockLocalVariables() local
DIceInstX8632.h339 static bool isClassof(const Inst *Instr, InstKindX86 MyKind) { in isClassof()
392 static bool classof(const Inst *Instr) { in classof()
530 static bool classof(const Inst *Instr) { in classof()
561 static bool classof(const Inst *Instr) { in classof()
584 static bool classof(const Inst *Instr) { in classof()
675 static bool classof(const Inst *Instr) { in classof()
734 static bool classof(const Inst *Instr) { in classof()
780 static bool classof(const Inst *Instr) { in classof()
822 static bool classof(const Inst *Instr) { in classof()
865 static bool classof(const Inst *Instr) { in classof()
[all …]
DIceInstX8664.h278 static bool isClassof(const Inst *Instr, InstKindX86 MyKind) { in isClassof()
331 static bool classof(const Inst *Instr) { in classof()
469 static bool classof(const Inst *Instr) { in classof()
500 static bool classof(const Inst *Instr) { in classof()
523 static bool classof(const Inst *Instr) { in classof()
614 static bool classof(const Inst *Instr) { in classof()
673 static bool classof(const Inst *Instr) { in classof()
719 static bool classof(const Inst *Instr) { in classof()
761 static bool classof(const Inst *Instr) { in classof()
804 static bool classof(const Inst *Instr) { in classof()
[all …]
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()
DIceTargetLoweringMIPS32.cpp263 void TargetMIPS32::genTargetHelperCallFor(Inst *Instr) { in genTargetHelperCallFor()
997 bool TargetMIPS32::doBranchOpt(Inst *Instr, const CfgNode *NextNode) { in doBranchOpt()
2331 void TargetMIPS32::lowerAlloca(const InstAlloca *Instr) { in lowerAlloca()
2417 void TargetMIPS32::lowerInt64Arithmetic(const InstArithmetic *Instr, in lowerInt64Arithmetic()
2702 void TargetMIPS32::lowerArithmetic(const InstArithmetic *Instr) { in lowerArithmetic()
3001 void TargetMIPS32::lowerAssign(const InstAssign *Instr) { in lowerAssign()
3053 void TargetMIPS32::lowerBr(const InstBr *Instr) { in lowerBr()
3306 void TargetMIPS32::lowerCall(const InstCall *Instr) { in lowerCall()
3591 void TargetMIPS32::lowerCast(const InstCast *Instr) { in lowerCast()
3859 void TargetMIPS32::lowerExtractElement(const InstExtractElement *Instr) { in lowerExtractElement()
[all …]
DIceTargetLoweringARM32.cpp437 void TargetARM32::genTargetHelperCallFor(Inst *Instr) { in genTargetHelperCallFor()
1651 const Inst *Instr) { in resetTempBaseIfClobberedBy()
2020 void TargetARM32::lowerAlloca(const InstAlloca *Instr) { in lowerAlloca()
2159 TargetARM32::lowerInt1Arithmetic(const InstArithmetic *Instr) { in lowerInt1Arithmetic()
2366 void TargetARM32::preambleDivRem(const InstCall *Instr) { in preambleDivRem()
2888 void TargetARM32::lowerArithmetic(const InstArithmetic *Instr) { in lowerArithmetic()
3334 void TargetARM32::lowerAssign(const InstAssign *Instr) { in lowerAssign()
3474 void TargetARM32::lowerBr(const InstBr *Instr) { in lowerBr()
3506 void TargetARM32::lowerCall(const InstCall *Instr) { in lowerCall()
3706 void TargetARM32::lowerCast(const InstCast *Instr) { in lowerCast()
[all …]
DIceASanInstrumentation.cpp342 InstCall *Instr) { in instrumentCall()
365 InstLoad *Instr) { in instrumentLoad()
381 InstStore *Instr) { in instrumentStore()
DIceCfg.cpp231 for (auto &Instr : Node->getPhis()) { in fixPhiNodes() local
1022 bool rematerializeArithmetic(const Inst *Instr) { in rematerializeArithmetic()
1040 bool rematerializeAssign(const Inst *Instr) { in rematerializeAssign()
1057 bool rematerializeCast(const Inst *Instr) { in rematerializeCast()
1333 for (auto &Instr : Node->getInsts()) { in materializeVectorShuffles() local
1757 for (const Inst *Instr : VMetadata->getLatterDefinitions(Var)) { in dump() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp643 struct Instr { in select() struct
644 unsigned Opcode; in select()
645 Register Def, LHS, RHS; in select()
646 Instr(unsigned Opcode, Register Def, Register LHS, Register RHS) in select() function
649 bool hasImm() const { in select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFeatures.h24 inline bool isV8EligibleForIT(const InstrType *Instr) { in isV8EligibleForIT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h423 InterleaveGroup(InstTy *Instr, int32_t Stride, Align Alignment) in InterleaveGroup()
442 bool insertMember(InstTy *Instr, int32_t Index, Align NewAlign) { in insertMember()
493 uint32_t getIndex(const InstTy *Instr) const { in getIndex()
589 bool isInterleaved(Instruction *Instr) const { in isInterleaved()
597 getInterleaveGroup(const Instruction *Instr) const { in getInterleaveGroup()
671 createInterleaveGroup(Instruction *Instr, int Stride, Align Alignment) { in createInterleaveGroup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyDebugValueManager.cpp22 MachineInstr *Instr) { in WebAssemblyDebugValueManager()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachO_arm64.cpp278 uint32_t Instr = *(const ulittle32_t *)FixupContent; in addRelocations() local
313 uint32_t Instr = *(const ulittle32_t *)FixupContent; in addRelocations() local
332 uint32_t Instr = *(const ulittle32_t *)FixupContent; in addRelocations() local
507 static unsigned getPageOffset12Shift(uint32_t Instr) { in getPageOffset12Shift()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/Disassembler/
DLanaiDisassembler.cpp90 static void PostOperandDecodeAdjust(MCInst &Instr, uint32_t Insn) { in PostOperandDecodeAdjust()
132 LanaiDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, in getInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXProxyRegErasure.cpp109 void NVPTXProxyRegErasure::replaceRegisterUsage(MachineInstr &Instr, in replaceRegisterUsage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCallSiteSplitting.cpp193 Instruction *Instr = CS.getInstruction(); in canSplitCallSite() local
310 Instruction *Instr = CS.getInstruction(); in splitCallSite() local
422 Instruction *Instr = CS.getInstruction(); in isPredicatedOnPHI() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDbgEntityHistoryCalculator.h57 Entry(const MachineInstr *Instr, EntryKind Kind) in Entry()
DLiveIntervals.h221 bool isNotInMIMap(const MachineInstr &Instr) const { in isNotInMIMap()
226 SlotIndex getInstructionIndex(const MachineInstr &Instr) const { in getInstructionIndex()

1234