/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/ |
H A 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()
|
H A D | IRMutator.cpp | 107 SmallVector<Instruction *, 32> Insts; in mutate() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsAnalyzeImmediate.h | 61 InstSeq Insts; variable
|
H A D | MipsAnalyzeImmediate.cpp | 109 void MipsAnalyzeImmediate::GetShortestSeq(InstSeqLs &SeqLs, InstSeq &Insts) { in GetShortestSeq()
|
H A D | MipsRegisterBankInfo.cpp | 682 InstManager(InstListTy &Insts) : InstList(Insts) {} in InstManager()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenTarget.cpp | 437 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions() local 449 std::unique_ptr<CodeGenInstruction>> &Insts, in GetInstByName() 471 const auto &Insts = getInstructions(); in ComputeInstrsByEnum() local 518 std::vector<Record *> Insts = in reverseBitsForLittleEndianEncoding() local
|
H A D | CodeBeadsGen.cpp | 45 std::vector<Record *> Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
|
H A D | InstrInfoEmitter.cpp | 516 const auto &Insts = P.second; in emitLogicalOperandSizeMappings() local 614 const auto &Insts = P.second; in emitLogicalOperandTypeMappings() local
|
H A D | PseudoLoweringEmitter.cpp | 302 std::vector<Record *> Insts = in run() local
|
H A D | CodeEmitterGen.cpp | 391 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
|
H A D | RISCVCompressInstEmitter.cpp | 871 std::vector<Record *> Insts = Records.getAllDerivedDefinitions("CompressPat"); in run() local
|
H A D | FixedLenDecoderEmitter.cpp | 394 FilterChooser(ArrayRef<EncodingAndInst> Insts, in FilterChooser() 404 FilterChooser(ArrayRef<EncodingAndInst> Insts, in FilterChooser()
|
H A D | AsmWriterEmitter.cpp | 109 static void EmitInstructions(std::vector<AsmWriterInst> &Insts, in EmitInstructions()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | GVNSink.cpp | 122 SmallVector<Instruction *, 4> Insts; member in __anonf1d6865e0111::LockstepReverseIterator 266 ModelledPHI(ArrayRef<Instruction *> Insts, unsigned OpNum, const BArray &B) { in ModelledPHI() 636 auto Insts = *LRI; in analyzeInstructionForSinking() local 835 SmallVector<Instruction *, 4> Insts; in sinkLastInstruction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMLowOverheadLoops.cpp | 185 SmallVector<MachineInstr *, 4> Insts; member in __anonf568b4ed0111::VPTState 236 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in getDivergent() local 259 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in isEntryPredicatedOnVCTP() local 268 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in hasImplicitlyValidVPT() local 313 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in isValid() local 1455 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in ConvertVPTBlocks() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdater.cpp | 322 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts, in LoadAndStorePromoter() 337 void LoadAndStorePromoter::run(const SmallVectorImpl<Instruction *> &Insts) { in run()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
H A 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/ |
H A D | ExecuteStage.cpp | 131 SmallVector<InstRef, 8> Insts; in cycleEnd() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/ |
H A D | Scheduler.cpp | 243 uint64_t Scheduler::analyzeResourcePressure(SmallVectorImpl<InstRef> &Insts) { in analyzeResourcePressure()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | Legalizer.cpp | 120 LegalizerWorkListManager(InstListTy &Insts, ArtifactListTy &Arts) in LegalizerWorkListManager()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 499 ArrayRef<MCInst> Insts = Region->getInstructions(); in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | Assembler.cpp | 118 void BasicBlockFiller::addInstructions(ArrayRef<MCInst> Insts, in addInstructions()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64A57FPLoadBalancing.cpp | 193 std::set<MachineInstr*> Insts; member in __anon057f01740211::Chain
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 635 Instruction *I, SmallPtrSetImpl<Instruction *> &Insts, in hasMultipleUsesOf()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 926 auto *Insts = OpcodeInstMap.lookup(Opcode); in checkForAllInstructionsImpl() local 1940 auto *&Insts = FI.OpcodeInstMap[I.getOpcode()]; in initializeInformationCache() local
|