/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | CustomBehaviour.cpp | 29 llvm::ArrayRef<llvm::MCInst> Insts) { in getStartViews() 35 llvm::ArrayRef<llvm::MCInst> Insts) { in getPostInstrInfoViews() 41 llvm::ArrayRef<llvm::MCInst> Insts) { in getEndViews()
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | RandomIRBuilder.cpp | 110 ArrayRef<Instruction *> Insts) { in findOrCreateSource() 115 ArrayRef<Instruction *> Insts, in findOrCreateSource() 198 Value *RandomIRBuilder::newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSource() 291 ArrayRef<Instruction *> Insts, in connectToSink() 365 ArrayRef<Instruction *> Insts, Value *V) { in newSink() 380 ArrayRef<Instruction *> Insts) { in findPointer()
|
H A D | IRMutator.cpp | 125 SmallVector<Instruction *, 32> Insts; in mutate() local 398 SmallVector<Instruction *, 32> Insts; in mutate() local 424 SmallVector<Instruction *, 32> Insts; in mutate() local 554 SmallVector<Instruction *, 32> Insts; in mutate() local 576 SmallVector<Instruction *, 32> Insts; in mutate() local 633 SmallVector<Instruction *, 8> Insts; in mutate() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/ |
H A D | LoongArchAsmParser.cpp | 826 SmallVectorImpl<Inst> &Insts, in emitLAInstSeq() 916 InstSeq Insts; in emitLoadAddressAbs() local 941 InstSeq Insts; in emitLoadAddressPcrel() local 964 InstSeq Insts; in emitLoadAddressPcrelLarge() local 987 InstSeq Insts; in emitLoadAddressGot() local 1010 InstSeq Insts; in emitLoadAddressGotLarge() local 1033 InstSeq Insts; in emitLoadAddressTLSLE() local 1051 InstSeq Insts; in emitLoadAddressTLSIE() local 1074 InstSeq Insts; in emitLoadAddressTLSIELarge() local 1097 InstSeq Insts; in emitLoadAddressTLSLD() local [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86InstrMappingEmitter.cpp | 171 ArrayRef<const CodeGenInstruction *> Insts, raw_ostream &OS) { in emitCompressEVEXTable() 271 ArrayRef<const CodeGenInstruction *> Insts, raw_ostream &OS) { in emitNFTransformTable() 303 ArrayRef<const CodeGenInstruction *> Insts, raw_ostream &OS) { in emitND2NonNDTable() 341 ArrayRef<const CodeGenInstruction *> Insts, raw_ostream &OS) { in emitSSE2AVXTable() 375 ArrayRef<const CodeGenInstruction *> Insts = in run() local
|
H A D | PseudoLoweringEmitter.cpp | 305 std::vector<Record *> Insts = Records.getAllDerivedDefinitions(Classes); in run() local
|
H A D | InstrInfoEmitter.cpp | 559 const auto &Insts = P.second; in emitLogicalOperandSizeMappings() local 657 const auto &Insts = P.second; in emitLogicalOperandTypeMappings() local
|
H A D | CodeEmitterGen.cpp | 472 std::vector<Record *> Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenTarget.cpp | 273 std::vector<Record *> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions() local 287 const DenseMap<const Record *, std::unique_ptr<CodeGenInstruction>> &Insts, in GetInstByName() 309 const auto &Insts = getInstructions(); in ComputeInstrsByEnum() local 360 std::vector<Record *> Insts = in reverseBitsForLittleEndianEncoding() local
|
H A D | VarLenCodeEmitterGen.cpp | 225 auto Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchMatInt.cpp | 27 InstSeq Insts; in generateInstSeq() local
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVNSink.cpp | 115 SmallVector<Instruction *, 4> Insts; member in __anonac6bc9b30111::LockstepReverseIterator 290 ModelledPHI(ArrayRef<Instruction *> Insts, unsigned OpNum, in ModelledPHI() 688 auto Insts = *LRI; in analyzeInstructionForSinking() local 884 SmallVector<Instruction *, 4> Insts; in sinkLastInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLowOverheadLoops.cpp | 183 SmallVector<MachineInstr *, 4> Insts; member in __anona50655620111::VPTBlock 195 SmallVectorImpl<MachineInstr *> &Insts = getInsts(); in getDivergent() local 268 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in isEntryPredicatedOnVCTP() local 276 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in hasImplicitlyValidVPT() local 335 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in isValid() local 1579 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in ConvertVPTBlocks() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | CodeRegion.h | 104 dropInstructions(const llvm::SmallPtrSetImpl<const llvm::MCInst *> &Insts) { in dropInstructions()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdater.cpp | 372 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts, in LoadAndStorePromoter() 387 void LoadAndStorePromoter::run(const SmallVectorImpl<Instruction *> &Insts) { in run()
|
H A D | MemoryTaggingSupport.cpp | 30 bool maybeReachableFromEachOther(const SmallVectorImpl<IntrinsicInst *> &Insts, in maybeReachableFromEachOther()
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | CrashDebugger.cpp | 764 std::vector<const Instruction *> &Insts) { in TestInsts() 837 bool ReduceCrashingMetadata::TestInsts(std::vector<Instruction *> &Insts) { in TestInsts() 1078 std::vector<const Instruction *> Insts; in ReduceInsts() local 1158 std::vector<Instruction *> Insts; in ReduceInsts() local
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/ |
H A D | ExecuteStage.cpp | 131 SmallVector<InstRef, 8> Insts; in cycleEnd() local
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
H A D | Scheduler.cpp | 243 uint64_t Scheduler::analyzeResourcePressure(SmallVectorImpl<InstRef> &Insts) { in analyzeResourcePressure() argument
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Legalizer.cpp | 129 LegalizerWorkListManager(InstListTy &Insts, ArtifactListTy &Arts) in LegalizerWorkListManager() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMatInt.cpp | 432 MCRegister DestReg, SmallVectorImpl<MCInst> &Insts) { in generateMCInstSeq()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 654 std::array<StringRef, 8> Insts = {"lds", "adiw", "sbiw", "ldi"}; in ParseInstruction() local 662 std::array<StringRef, 8> Insts = {"sts", "call", "rcall", "rjmp", "jmp"}; in ParseInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXType.cpp | 1058 auto Convert = [&](SmallVectorImpl<Instruction *> &Insts, Intrinsic::ID IID) { in combineAMXcast() 1081 auto EraseInst = [&](SmallVectorImpl<Instruction *> &Insts) { in combineAMXcast()
|