/external/swiftshader/third_party/subzero/src/ |
D | IceInstX86Base.h | 3190 template <typename TraitsType> struct Insts { struct 3191 using GetIP = typename InstImpl<TraitsType>::InstX86GetIP; 3192 using FakeRMW = typename InstImpl<TraitsType>::InstX86FakeRMW; 3193 using Label = typename InstImpl<TraitsType>::InstX86Label; 3195 using Call = typename InstImpl<TraitsType>::InstX86Call; 3197 using Br = typename InstImpl<TraitsType>::InstX86Br; 3198 using Jmp = typename InstImpl<TraitsType>::InstX86Jmp; 3199 using Bswap = typename InstImpl<TraitsType>::InstX86Bswap; 3200 using Neg = typename InstImpl<TraitsType>::InstX86Neg; 3201 using Bsf = typename InstImpl<TraitsType>::InstX86Bsf; [all …]
|
D | IceCfg.cpp | 684 auto &Insts = PreHeader->getInsts(); in loopInvariantCodeMotion() local 707 CfgVector<std::reference_wrapper<Inst>> Insts(Node->getInsts().begin(), in findLoopInvariantInstructions() local 873 auto &Insts = Node->getInsts(); in floatConstantCSE() local 911 uint32_t CombinedAlignment, InstList &Insts, in sortAndCombineAllocas() 1091 InstList &Insts = getEntryNode()->getInsts(); in processAllocas() local 1241 CfgVector<const Inst *> *Insts, SizeT I = 0) { in findAllInserts() 1336 const CfgVector<const Inst *> &Insts, Variable **Src0, in findAllExtracts()
|
D | IceCfgNode.h | 147 InstList Insts; /// ordered list of non-phi instructions variable
|
D | IceVariableSplitting.cpp | 521 auto &Insts = Node->getInsts(); in splitBlockLocalVariables() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsAnalyzeImmediate.h | 59 InstSeq Insts; variable
|
D | MipsAnalyzeImmediate.cpp | 106 void MipsAnalyzeImmediate::GetShortestSeq(InstSeqLs &SeqLs, InstSeq &Insts) { in GetShortestSeq()
|
/external/llvm/utils/TableGen/ |
D | CodeGenTarget.cpp | 278 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions() local 290 std::unique_ptr<CodeGenInstruction>> &Insts, in GetInstByName() 307 const auto &Insts = getInstructions(); in ComputeInstrsByEnum() local 346 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in reverseBitsForLittleEndianEncoding() local
|
D | CodeEmitterGen.cpp | 224 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
|
D | PseudoLoweringEmitter.cpp | 279 std::vector<Record*> Insts; in run() local
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenTarget.cpp | 218 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions() local 229 const DenseMap<const Record*, CodeGenInstruction*> &Insts, in GetInstByName() 272 const DenseMap<const Record*, CodeGenInstruction*> &Insts = getInstructions(); in ComputeInstrsByEnum() local
|
D | CodeEmitterGen.cpp | 33 void CodeEmitterGen::reverseBits(std::vector<Record*> &Insts) { in reverseBits() 212 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
|
D | PseudoLoweringEmitter.cpp | 227 std::vector<Record*> Insts; in run() local
|
D | FixedLenDecoderEmitter.cpp | 252 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, in FilterChooser() 265 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, in FilterChooser()
|
D | ARMDecoderEmitter.cpp | 387 ARMFilterChooser(const std::vector<const CodeGenInstruction*> &Insts, in ARMFilterChooser() 397 ARMFilterChooser(const std::vector<const CodeGenInstruction*> &Insts, in ARMFilterChooser()
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | SSAUpdater.h | 140 const SmallVectorImpl<Instruction*> &Insts) const { in isInstInList()
|
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
D | MCFunction.h | 49 std::vector<MCDecodedInst> Insts; variable
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AddressTypePromotion.cpp | 381 Instructions &Insts = Entry.second; in mergeSExts() local
|
D | AArch64A57FPLoadBalancing.cpp | 198 std::set<MachineInstr*> Insts; member in __anon1c3805880211::Chain
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | CrashDebugger.cpp | 382 &Insts) { in TestInsts() 529 std::vector<const Instruction*> Insts; in DebugACrash() local
|
/external/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 457 &Insts) { in TestInsts() 712 std::vector<const Instruction*> Insts; in ReduceInsts() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 325 LoadAndStorePromoter(ArrayRef<const Instruction*> Insts, in LoadAndStorePromoter()
|
D | LoopUtils.cpp | 461 Instruction *I, SmallPtrSetImpl<Instruction *> &Insts) { in hasMultipleUsesOf()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 360 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts, in LoadAndStorePromoter()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LICM.cpp | 621 const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, in LoopPromoter()
|
D | ScalarReplAggregates.cpp | 930 AllocaPromoter(const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, in AllocaPromoter() 934 void run(AllocaInst *AI, const SmallVectorImpl<Instruction*> &Insts) { in run() 1299 SmallVector<Instruction*, 64> Insts; in performPromotion() local
|