/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceConverter.cpp | 206 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 …]
|
D | IceInst.h | 303 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 …]
|
D | IceInstARM32.h | 498 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 …]
|
D | IceTargetLowering.cpp | 82 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()
|
D | IceVariableSplitting.cpp | 80 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
|
D | IceInstX8632.h | 339 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 …]
|
D | IceInstX8664.h | 278 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 …]
|
D | IceInstVarIter.h | 145 #define FOREACH_VAR_IN_INST(Var, Instr) \ argument
|
D | IceInstrumentation.cpp | 61 Inst *Instr = iteratorToInst(Context.getCur()); in instrumentInst() local
|
D | IceSwitchLowering.cpp | 25 const InstSwitch *Instr) { in clusterizeSwitch()
|
D | IceTargetLoweringMIPS32.cpp | 263 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 …]
|
D | IceTargetLoweringARM32.cpp | 437 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 …]
|
D | IceASanInstrumentation.cpp | 342 InstCall *Instr) { in instrumentCall() 365 InstLoad *Instr) { in instrumentLoad() 381 InstStore *Instr) { in instrumentStore()
|
D | IceCfg.cpp | 231 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/ |
D | MipsInstructionSelector.cpp | 643 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/ |
D | ARMFeatures.h | 24 inline bool isV8EligibleForIT(const InstrType *Instr) { in isV8EligibleForIT()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | VectorUtils.h | 423 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/ |
D | WebAssemblyDebugValueManager.cpp | 22 MachineInstr *Instr) { in WebAssemblyDebugValueManager()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | MachO_arm64.cpp | 278 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/ |
D | XCoreLowerThreadLocal.cpp | 78 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/ |
D | LanaiDisassembler.cpp | 90 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/ |
D | NVPTXProxyRegErasure.cpp | 109 void NVPTXProxyRegErasure::replaceRegisterUsage(MachineInstr &Instr, in replaceRegisterUsage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | CallSiteSplitting.cpp | 193 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/ |
D | DbgEntityHistoryCalculator.h | 57 Entry(const MachineInstr *Instr, EntryKind Kind) in Entry()
|
D | LiveIntervals.h | 221 bool isNotInMIMap(const MachineInstr &Instr) const { in isNotInMIMap() 226 SlotIndex getInstructionIndex(const MachineInstr &Instr) const { in getInstructionIndex()
|