Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/X86/
DTargetTest.cpp47 const auto Insts = ExegesisTarget_->setRegToConstant(*STI, llvm::X86::EAX); in TEST_F() local
56 const auto Insts = ExegesisTarget_->setRegToConstant(*STI, llvm::X86::XMM1); in TEST_F() local
70 const auto Insts = ExegesisTarget_->setRegToConstant(*STI, llvm::X86::XMM1); in TEST_F() local
84 const auto Insts = ExegesisTarget_->setRegToConstant(*STI, llvm::X86::XMM1); in TEST_F() local
98 const auto Insts = ExegesisTarget_->setRegToConstant(*STI, llvm::X86::MM1); in TEST_F() local
110 const auto Insts = ExegesisTarget_->setRegToConstant(*STI, llvm::X86::YMM1); in TEST_F() local
128 const auto Insts = ExegesisTarget_->setRegToConstant(*STI, llvm::X86::YMM1); in TEST_F() local
146 const auto Insts = ExegesisTarget_->setRegToConstant(*STI, llvm::X86::ZMM1); in TEST_F() local
/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h3190 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 …]
DIceCfg.cpp684 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()
DIceCfgNode.h150 InstList Insts; /// ordered list of non-phi instructions variable
DIceVariableSplitting.cpp521 auto &Insts = Node->getInsts(); in splitBlockLocalVariables() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DRandomIRBuilder.cpp23 ArrayRef<Instruction *> Insts) { in findOrCreateSource()
28 ArrayRef<Instruction *> Insts, in findOrCreateSource()
42 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()
DIRMutator.cpp107 SmallVector<Instruction *, 32> Insts; in mutate() local
/external/llvm/utils/TableGen/
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
DCodeEmitterGen.cpp224 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
DPseudoLoweringEmitter.cpp279 std::vector<Record*> Insts; in run() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.h62 InstSeq Insts; variable
DMipsAnalyzeImmediate.cpp110 void MipsAnalyzeImmediate::GetShortestSeq(InstSeqLs &SeqLs, InstSeq &Insts) { in GetShortestSeq()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenTarget.cpp330 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions() local
342 std::unique_ptr<CodeGenInstruction>> &Insts, in GetInstByName()
364 const auto &Insts = getInstructions(); in ComputeInstrsByEnum() local
411 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in reverseBitsForLittleEndianEncoding() local
DCodeEmitterGen.cpp234 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
DPseudoLoweringEmitter.cpp280 std::vector<Record*> Insts; in run() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/AArch64/
DTargetTest.cpp48 const auto Insts = ExegesisTarget_->setRegToConstant(*STI, llvm::AArch64::X0); in TEST_F() local
/external/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.h59 InstSeq Insts; variable
DMipsAnalyzeImmediate.cpp106 void MipsAnalyzeImmediate::GetShortestSeq(InstSeqLs &SeqLs, InstSeq &Insts) { in GetShortestSeq()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp122 SmallVector<Instruction *, 4> Insts; member in __anon8cad32980111::LockstepReverseIterator
267 ModelledPHI(ArrayRef<Instruction *> Insts, unsigned OpNum, const BArray &B) { in ModelledPHI()
632 auto Insts = *LRI; in analyzeInstructionForSinking() local
828 SmallVector<Instruction *, 4> Insts; in sinkLastInstruction() local
/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp381 Instructions &Insts = Entry.second; in mergeSExts() local
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp457 &Insts) { in TestInsts()
712 std::vector<const Instruction*> Insts; in ReduceInsts() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
DRandomIRBuilderTest.cpp68 SmallVector<Instruction *, 32> Insts; in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DCrashDebugger.cpp698 std::vector<const Instruction *> &Insts) { in TestInsts()
949 std::vector<const Instruction *> Insts; in ReduceInsts() local
/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp325 LoadAndStorePromoter(ArrayRef<const Instruction*> Insts, in LoadAndStorePromoter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp338 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts, in LoadAndStorePromoter()

123