/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/X86/ |
D | TargetTest.cpp | 47 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/ |
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 | 684 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()
|
D | IceCfgNode.h | 150 InstList Insts; /// ordered list of non-phi instructions variable
|
D | IceVariableSplitting.cpp | 521 auto &Insts = Node->getInsts(); in splitBlockLocalVariables() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/ |
D | RandomIRBuilder.cpp | 23 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()
|
D | IRMutator.cpp | 107 SmallVector<Instruction *, 32> Insts; in mutate() local
|
/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
|
D | CodeEmitterGen.cpp | 224 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
|
D | PseudoLoweringEmitter.cpp | 279 std::vector<Record*> Insts; in run() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsAnalyzeImmediate.h | 62 InstSeq Insts; variable
|
D | MipsAnalyzeImmediate.cpp | 110 void MipsAnalyzeImmediate::GetShortestSeq(InstSeqLs &SeqLs, InstSeq &Insts) { in GetShortestSeq()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenTarget.cpp | 330 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
|
D | CodeEmitterGen.cpp | 234 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
|
D | PseudoLoweringEmitter.cpp | 280 std::vector<Record*> Insts; in run() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/AArch64/ |
D | TargetTest.cpp | 48 const auto Insts = ExegesisTarget_->setRegToConstant(*STI, llvm::AArch64::X0); in TEST_F() local
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | GVNSink.cpp | 122 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/ |
D | AArch64AddressTypePromotion.cpp | 381 Instructions &Insts = Entry.second; in mergeSExts() local
|
/external/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 457 &Insts) { in TestInsts() 712 std::vector<const Instruction*> Insts; in ReduceInsts() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/ |
D | RandomIRBuilderTest.cpp | 68 SmallVector<Instruction *, 32> Insts; in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 698 std::vector<const Instruction *> &Insts) { in TestInsts() 949 std::vector<const Instruction *> Insts; in ReduceInsts() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 325 LoadAndStorePromoter(ArrayRef<const Instruction*> Insts, in LoadAndStorePromoter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 338 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts, in LoadAndStorePromoter()
|