Home
last modified time | relevance | path

Searched defs:Insts (Results 1 – 25 of 91) sorted by relevance

1234

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceInstX8632.h3160 struct Insts { struct
3161 using FakeRMW = InstX86FakeRMW;
3162 using Label = InstX86Label;
3164 using Call = InstX86Call;
3166 using Br = InstX86Br;
3167 using Jmp = InstX86Jmp;
3168 using Bswap = InstX86Bswap;
3169 using Neg = InstX86Neg;
3170 using Bsf = InstX86Bsf;
3171 using Bsr = InstX86Bsr;
[all …]
H A DIceInstX8664.h3059 struct Insts { struct
3060 using FakeRMW = InstX86FakeRMW;
3061 using Label = InstX86Label;
3063 using Call = InstX86Call;
3065 using Br = InstX86Br;
3066 using Jmp = InstX86Jmp;
3067 using Bswap = InstX86Bswap;
3068 using Neg = InstX86Neg;
3069 using Bsf = InstX86Bsf;
3070 using Bsr = InstX86Bsr;
[all …]
H A DIceCfg.cpp587 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()
1011 InstList &Insts = getEntryNode()->getInsts(); in processAllocas() local
1161 CfgVector<const Inst *> *Insts, SizeT I = 0) { in findAllInserts()
1256 const CfgVector<const Inst *> &Insts, Variable **Src0, in findAllExtracts()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp22 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp23 ArrayRef<Instruction *> Insts) { in findOrCreateSource()
28 ArrayRef<Instruction *> Insts, in findOrCreateSource()
43 Value *RandomIRBuilder::newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSource()
129 ArrayRef<Instruction *> Insts, Value *V) { in connectToSink()
153 void RandomIRBuilder::newSink(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSink()
167 ArrayRef<Instruction *> Insts, in findPointer()
H A DIRMutator.cpp117 SmallVector<Instruction *, 32> Insts; in mutate() local
353 SmallVector<Instruction *, 32> Insts; in mutate() local
483 SmallVector<Instruction *, 32> Insts; in mutate() local
505 SmallVector<Instruction *, 32> Insts; in mutate() local
556 SmallVector<Instruction *, 8> Insts; in mutate() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp759 SmallVectorImpl<Inst> &Insts, in emitLAInstSeq()
833 InstSeq Insts; in emitLoadAddressAbs() local
858 InstSeq Insts; in emitLoadAddressPcrel() local
881 InstSeq Insts; in emitLoadAddressPcrelLarge() local
904 InstSeq Insts; in emitLoadAddressGot() local
927 InstSeq Insts; in emitLoadAddressGotLarge() local
950 InstSeq Insts; in emitLoadAddressTLSLE() local
968 InstSeq Insts; in emitLoadAddressTLSIE() local
991 InstSeq Insts; in emitLoadAddressTLSIELarge() local
1014 InstSeq Insts; in emitLoadAddressTLSLD() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/
H A DCustomBehaviour.cpp29 llvm::ArrayRef<llvm::MCInst> Insts) { in getStartViews()
35 llvm::ArrayRef<llvm::MCInst> Insts) { in getPostInstrInfoViews()
41 llvm::ArrayRef<llvm::MCInst> Insts) { in getEndViews()
/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeGenTarget.cpp278 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp196 SmallVector<MachineInstr *, 4> Insts; member in __anon200ceaa20111::VPTState
247 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in getDivergent() local
267 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in isEntryPredicatedOnVCTP() local
276 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in hasImplicitlyValidVPT() local
321 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in isValid() local
1598 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in ConvertVPTBlocks() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DReplaceConstant.cpp23 SmallPtrSetImpl<Instruction *> *Insts) { in convertConstantExprsToInstructions()
36 SmallPtrSetImpl<Instruction *> *Insts) { in convertConstantExprsToInstructions()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp122 SmallVector<Instruction *, 4> Insts; member in __anonb4f7182d0111::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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp118 SmallVector<Instruction *, 4> Insts; member in __anon927016f30111::LockstepReverseIterator
262 ModelledPHI(ArrayRef<Instruction *> Insts, unsigned OpNum, const BArray &B) { in ModelledPHI()
647 auto Insts = *LRI; in analyzeInstructionForSinking() local
838 SmallVector<Instruction *, 4> Insts; in sinkLastInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp81 SmallVector<PredicatedMI, 4> Insts; member in __anoncb67c01c0111::VPTBlock
340 SmallVectorImpl<PredicatedMI> &Insts = Block.getInsts(); in ValidateTailPredicate() local
903 SmallVectorImpl<PredicatedMI> &Insts = Block.getInsts(); in ConvertVPTBlocks() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp321 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts, in LoadAndStorePromoter()
336 void LoadAndStorePromoter::run(const SmallVectorImpl<Instruction *> &Insts) { in run()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp337 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts, in LoadAndStorePromoter()
352 void LoadAndStorePromoter::run(const SmallVectorImpl<Instruction *> &Insts) { in run()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMatInt.cpp27 InstSeq Insts; in generateInstSeq() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsAnalyzeImmediate.h61 InstSeq Insts; variable
H A DMipsAnalyzeImmediate.cpp109 void MipsAnalyzeImmediate::GetShortestSeq(InstSeqLs &SeqLs, InstSeq &Insts) { in GetShortestSeq()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsAnalyzeImmediate.h61 InstSeq Insts; variable
H A DMipsAnalyzeImmediate.cpp109 void MipsAnalyzeImmediate::GetShortestSeq(InstSeqLs &SeqLs, InstSeq &Insts) { in GetShortestSeq()
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsAnalyzeImmediate.h59 InstSeq Insts; variable
H A DMipsAnalyzeImmediate.cpp106 void MipsAnalyzeImmediate::GetShortestSeq(InstSeqLs &SeqLs, InstSeq &Insts) { in GetShortestSeq()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp650 std::array<StringRef, 8> Insts = {"lds", "adiw", "sbiw", "ldi"}; in ParseInstruction() local
658 std::array<StringRef, 8> Insts = {"sts", "call", "rcall", "rjmp", "jmp"}; in ParseInstruction() local
/aosp_15_r20/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp457 &Insts) { in TestInsts()
712 std::vector<const Instruction*> Insts; in ReduceInsts() local

1234