/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCCodePadder.cpp | 41 bool InsertionPoint = basicBlockRequiresInsertionPoint(Context); in handleBasicBlockStart() local 42 assert((!InsertionPoint || in handleBasicBlockStart() 60 if (InsertionPoint || PoliciesMask != MCPaddingFragment::PFK_None) { in handleBasicBlockStart() 62 if (InsertionPoint) in handleBasicBlockStart() 82 bool InsertionPoint = instructionRequiresInsertionPoint(Inst); in handleInstructionBegin() local 83 assert((!InsertionPoint || in handleInstructionBegin() 106 if (InsertionPoint || PoliciesMask != MCPaddingFragment::PFK_None || in handleInstructionBegin() 111 if (InsertionPoint) in handleInstructionBegin()
|
/external/golang-protobuf/protoc-gen-go/plugin/ |
D | plugin.pb.golden | 52 …InsertionPoint *string `protobuf:"bytes,2,opt,name=insertion_point" json:"insertion_point,omitem… 69 if this != nil && this.InsertionPoint != nil { 70 return *this.InsertionPoint
|
D | plugin.pb.go | 280 …InsertionPoint *string `protobuf:"bytes,2,opt,name=insertion_point,json=insertionPoint" json:"inse… member 318 if m != nil && m.InsertionPoint != nil { 319 return *m.InsertionPoint
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 443 Instruction *InsertionPoint = findInsertionPoint(*User, OpNo); in computeInsertionPoint() local 446 DEBUG(InsertionPoint->print(dbgs())); in computeInsertionPoint() 449 if (isDominated(InsertionPoint, User, OpNo, InsertPts)) in computeInsertionPoint() 453 if (tryAndMerge(InsertionPoint, User, OpNo, InsertPts)) in computeInsertionPoint() 459 InsertPts[InsertionPoint].emplace_back(User, OpNo); in computeInsertionPoint()
|
D | AArch64LoadStoreOptimizer.cpp | 650 MachineBasicBlock::iterator InsertionPoint = MergeForward ? MergeMI : I; in mergeNarrowInsns() local 685 BuildMI(*MBB, InsertionPoint, DL, TII->get(getMatchingWideOpcode(Opc))) in mergeNarrowInsns() 710 BuildMI(*MBB, InsertionPoint, DL, TII->get(getBitExtrOpcode(*Rt2MI))) in mergeNarrowInsns() 718 BitExtMI2 = BuildMI(*MBB, InsertionPoint, DL, TII->get(AArch64::ANDWri)) in mergeNarrowInsns() 724 BuildMI(*MBB, InsertionPoint, DL, TII->get(getBitExtrOpcode(*RtMI))) in mergeNarrowInsns() 734 BitExtMI1 = BuildMI(*MBB, InsertionPoint, DL, TII->get(AArch64::ANDWri)) in mergeNarrowInsns() 740 BuildMI(*MBB, InsertionPoint, DL, TII->get(getBitExtrOpcode(*RtMI))) in mergeNarrowInsns() 749 BuildMI(*MBB, InsertionPoint, DL, TII->get(getBitExtrOpcode(*Rt2MI))) in mergeNarrowInsns() 774 MIB = BuildMI(*MBB, InsertionPoint, DL, TII->get(getMatchingWideOpcode(Opc))) in mergeNarrowInsns() 817 MachineBasicBlock::iterator InsertionPoint = MergeForward ? Paired : I; in mergePairedInsns() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 450 Instruction *InsertionPoint = findInsertionPoint(*User, OpNo); in computeInsertionPoint() local 453 LLVM_DEBUG(InsertionPoint->print(dbgs())); in computeInsertionPoint() 456 if (isDominated(InsertionPoint, User, OpNo, InsertPts)) in computeInsertionPoint() 460 if (tryAndMerge(InsertionPoint, User, OpNo, InsertPts)) in computeInsertionPoint() 466 InsertPts[InsertionPoint].emplace_back(User, OpNo); in computeInsertionPoint()
|
D | AArch64LoadStoreOptimizer.cpp | 676 MachineBasicBlock::iterator InsertionPoint = MergeForward ? MergeMI : I; in mergeNarrowZeroStores() local 701 MIB = BuildMI(*MBB, InsertionPoint, DL, TII->get(getMatchingWideOpcode(Opc))) in mergeNarrowZeroStores() 745 MachineBasicBlock::iterator InsertionPoint = MergeForward ? Paired : I; in mergePairedInsns() local 817 MIB = BuildMI(*MBB, InsertionPoint, DL, TII->get(getMatchingPairOpcode(Opc))) in mergePairedInsns() 853 BuildMI(*MBB, InsertionPoint, DL, TII->get(TargetOpcode::KILL), DstRegW) in mergePairedInsns() 859 BuildMI(*MBB, InsertionPoint, DL, TII->get(AArch64::SBFMXri), DstRegX) in mergePairedInsns()
|
/external/clang/lib/Format/ |
D | SortJavaScriptImports.cpp | 173 SourceRange InsertionPoint = References[0].Range; in analyze() local 174 InsertionPoint.setEnd(References[References.size() - 1].Range.getEnd()); in analyze() 183 unsigned PreviousSize = getSourceText(InsertionPoint).size(); in analyze() 193 << getSourceText(InsertionPoint) << "\nwith:\n" in analyze() 196 Env.getSourceManager(), CharSourceRange::getCharRange(InsertionPoint), in analyze()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCfgNode.cpp | 184 InstList::iterator InsertionPoint = Insts.end(); in placePhiStores() local 188 assert(InsertionPoint != Insts.begin()); in placePhiStores() 189 --InsertionPoint; in placePhiStores() 193 (void)InsertionPoint->getTerminatorEdges(); in placePhiStores() 232 InstList::iterator SafeInsertionPoint = InsertionPoint; in placePhiStores() 241 if (auto *Branch = llvm::dyn_cast<InstBr>(InsertionPoint)) { in placePhiStores() 243 if (InsertionPoint != Insts.begin()) { in placePhiStores() 244 --InsertionPoint; in placePhiStores() 245 if (llvm::isa<InstIcmp>(InsertionPoint) || in placePhiStores() 246 llvm::isa<InstFcmp>(InsertionPoint)) { in placePhiStores() [all …]
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 442 auto InsertionPoint = in sortRelocs() local 463 if (InsertionPoint != Sorted.end()) in sortRelocs() 464 InsertionPoint->Matched = true; in sortRelocs() 465 Sorted.insert(InsertionPoint, R)->Matched = true; in sortRelocs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 484 auto InsertionPoint = in sortRelocs() local 505 if (InsertionPoint != Sorted.end()) in sortRelocs() 506 InsertionPoint->Matched = true; in sortRelocs() 507 Sorted.insert(InsertionPoint, R)->Matched = true; in sortRelocs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 138 MachineBasicBlock::iterator InsertionPoint; member in __anon8c0b47800111::SSAIfConv 328 InsertionPoint = I; in findInsertionPoint() 529 Head->splice(InsertionPoint, TBB, TBB->begin(), TBB->getFirstTerminator()); in convertIf() 531 Head->splice(InsertionPoint, FBB, FBB->begin(), FBB->getFirstTerminator()); in convertIf()
|
/external/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 138 MachineBasicBlock::iterator InsertionPoint; member in __anonfc1f82480111::SSAIfConv 327 InsertionPoint = I; in findInsertionPoint() 528 Head->splice(InsertionPoint, TBB, TBB->begin(), TBB->getFirstTerminator()); in convertIf() 530 Head->splice(InsertionPoint, FBB, FBB->begin(), FBB->getFirstTerminator()); in convertIf()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Signals.inc | 116 std::atomic<FileToRemoveList *> *InsertionPoint = &Head; 118 while (!InsertionPoint->compare_exchange_strong(OldHead, NewHead)) { 119 InsertionPoint = &OldHead->Next;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 37 bool isSafeToExpandAt(const SCEV *S, const Instruction *InsertionPoint,
|
/external/python/cpython2/Lib/plat-mac/ |
D | aepack.py | 338 if want == 'cins': return aetypes.InsertionPoint(seld, fr)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3213 OpSplitter(Instruction *InsertionPoint, Value *Ptr) in OpSplitter() argument 3214 : IRB(InsertionPoint), GEPIndices(1, IRB.getInt32(0)), Ptr(Ptr) {} in OpSplitter() 3271 LoadOpSplitter(Instruction *InsertionPoint, Value *Ptr, AAMDNodes AATags) in LoadOpSplitter() 3272 : OpSplitter<LoadOpSplitter>(InsertionPoint, Ptr), AATags(AATags) {} in LoadOpSplitter() 3307 StoreOpSplitter(Instruction *InsertionPoint, Value *Ptr, AAMDNodes AATags) in StoreOpSplitter() 3308 : OpSplitter<StoreOpSplitter>(InsertionPoint, Ptr), AATags(AATags) {} in StoreOpSplitter()
|
D | JumpThreading.cpp | 2684 Instruction *InsertionPoint = &*BB->getFirstInsertionPt(); in ThreadGuard() local 2685 assert(InsertionPoint && "Empty block?"); in ThreadGuard() 2692 NewPN->insertBefore(InsertionPoint); in ThreadGuard()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3014 OpSplitter(Instruction *InsertionPoint, Value *Ptr) in OpSplitter() argument 3015 : IRB(InsertionPoint), GEPIndices(1, IRB.getInt32(0)), Ptr(Ptr) {} in OpSplitter() 3070 LoadOpSplitter(Instruction *InsertionPoint, Value *Ptr) in LoadOpSplitter() 3071 : OpSplitter<LoadOpSplitter>(InsertionPoint, Ptr) {} in LoadOpSplitter() 3102 StoreOpSplitter(Instruction *InsertionPoint, Value *Ptr) in StoreOpSplitter() 3103 : OpSplitter<StoreOpSplitter>(InsertionPoint, Ptr) {} in StoreOpSplitter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 2340 bool isSafeToExpandAt(const SCEV *S, const Instruction *InsertionPoint, in isSafeToExpandAt() argument 2342 return isSafeToExpand(S, SE) && SE.dominates(S, InsertionPoint->getParent()); in isSafeToExpandAt()
|