/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 | 587 auto &Insts = PreHeader->getInsts(); in loopInvariantCodeMotion() local 610 CfgVector<std::reference_wrapper<Inst>> Insts(Node->getInsts().begin(), in findLoopInvariantInstructions() local 776 auto &Insts = Node->getInsts(); in floatConstantCSE() local 814 uint32_t CombinedAlignment, InstList &Insts, in sortAndCombineAllocas() 994 InstList &Insts = getEntryNode()->getInsts(); in processAllocas() local 1144 CfgVector<const Inst *> *Insts, SizeT I = 0) { in findAllInserts() 1239 const CfgVector<const Inst *> &Insts, Variable **Src0, in findAllExtracts()
|
D | IceCfgNode.h | 149 InstList Insts; /// ordered list of non-phi instructions variable
|
/external/llvm-project/llvm/lib/FuzzMutate/ |
D | RandomIRBuilder.cpp | 22 ArrayRef<Instruction *> Insts) { in findOrCreateSource() 27 ArrayRef<Instruction *> Insts, in findOrCreateSource() 41 Value *RandomIRBuilder::newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSource() 96 ArrayRef<Instruction *> Insts, Value *V) { in connectToSink() 120 void RandomIRBuilder::newSink(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSink() 134 ArrayRef<Instruction *> Insts, in findPointer()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | RandomIRBuilder.cpp | 22 ArrayRef<Instruction *> Insts) { in findOrCreateSource() 27 ArrayRef<Instruction *> Insts, in findOrCreateSource() 41 Value *RandomIRBuilder::newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSource() 96 ArrayRef<Instruction *> Insts, Value *V) { in connectToSink() 120 void RandomIRBuilder::newSink(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSink() 134 ArrayRef<Instruction *> Insts, in findPointer()
|
/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
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsAnalyzeImmediate.h | 61 InstSeq Insts; variable
|
D | MipsAnalyzeImmediate.cpp | 109 void MipsAnalyzeImmediate::GetShortestSeq(InstSeqLs &SeqLs, InstSeq &Insts) { in GetShortestSeq()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsAnalyzeImmediate.h | 61 InstSeq Insts; variable
|
D | MipsAnalyzeImmediate.cpp | 109 void MipsAnalyzeImmediate::GetShortestSeq(InstSeqLs &SeqLs, InstSeq &Insts) { in GetShortestSeq()
|
/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-project/llvm/unittests/tools/llvm-exegesis/PowerPC/ |
D | TargetTest.cpp | 56 const auto Insts = ExegesisTarget_->setRegTo(*STI, PPC::X0, APInt()); in TEST_F() local
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenTarget.cpp | 441 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions() local 453 std::unique_ptr<CodeGenInstruction>> &Insts, in GetInstByName() 475 const auto &Insts = getInstructions(); in ComputeInstrsByEnum() local 522 std::vector<Record *> Insts = in reverseBitsForLittleEndianEncoding() local
|
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/AArch64/ |
D | TargetTest.cpp | 64 const auto Insts = setRegTo(AArch64::X0, APInt()); in TEST_F() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | GVNSink.cpp | 122 SmallVector<Instruction *, 4> Insts; member in __anon0e48740a0111::LockstepReverseIterator 266 ModelledPHI(ArrayRef<Instruction *> Insts, unsigned OpNum, const BArray &B) { in ModelledPHI() 636 auto Insts = *LRI; in analyzeInstructionForSinking() local 838 SmallVector<Instruction *, 4> Insts; in sinkLastInstruction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVNSink.cpp | 122 SmallVector<Instruction *, 4> Insts; member in __anon52d731fe0111::LockstepReverseIterator 267 ModelledPHI(ArrayRef<Instruction *> Insts, unsigned OpNum, const BArray &B) { in ModelledPHI() 633 auto Insts = *LRI; in analyzeInstructionForSinking() local 835 SmallVector<Instruction *, 4> Insts; in sinkLastInstruction() local
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMLowOverheadLoops.cpp | 186 SmallVector<MachineInstr *, 4> Insts; member in __anone84e0e190111::VPTState 237 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in getDivergent() local 260 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in isEntryPredicatedOnVCTP() local 269 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in hasImplicitlyValidVPT() local 314 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in isValid() local 1438 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in ConvertVPTBlocks() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 337 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts, in LoadAndStorePromoter() 352 void LoadAndStorePromoter::run(const SmallVectorImpl<Instruction *> &Insts) { in run()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 332 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts, in LoadAndStorePromoter() 347 void LoadAndStorePromoter::run(const SmallVectorImpl<Instruction *> &Insts) { in run()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMLowOverheadLoops.cpp | 81 SmallVector<PredicatedMI, 4> Insts; member in __anon4dc5a48d0111::VPTBlock 340 SmallVectorImpl<PredicatedMI> &Insts = Block.getInsts(); in ValidateTailPredicate() local 906 SmallVectorImpl<PredicatedMI> &Insts = Block.getInsts(); in ConvertVPTBlocks() local
|
/external/llvm-project/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 770 std::vector<const Instruction *> &Insts) { in TestInsts() 846 bool ReduceCrashingMetadata::TestInsts(std::vector<Instruction *> &Insts) { in TestInsts() 1093 std::vector<const Instruction *> Insts; in ReduceInsts() local 1173 std::vector<Instruction *> Insts; in ReduceInsts() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | Legalizer.cpp | 95 LegalizerWorkListManager(InstListTy &Insts, ArtifactListTy &Arts) in LegalizerWorkListManager()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
D | ExecuteStage.cpp | 131 SmallVector<InstRef, 8> Insts; in cycleEnd() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AddressTypePromotion.cpp | 381 Instructions &Insts = Entry.second; in mergeSExts() local
|