Home
last modified time | relevance | path

Searched refs:isLoad (Results 1 – 23 of 23) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
Dupdate_libphonenumber.cc26 bool UpdateLibphonenumber::isLoad = false; member in i18n::phonenumbers::UpdateLibphonenumber
30 if (isLoad) { in LoadUpdateData()
49 isLoad = true; in LoadUpdateData()
Dupdate_libphonenumber.h29 static bool isLoad; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp281 bool &isLoad, bool &isStore) { in GetInstrType() argument
284 isLoad = MCID.mayLoad(); in GetInstrType()
334 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
337 isLoad, isStore); in getHazardType()
375 if (isLoad && NumStores && !MI->memoperands_empty()) { in getHazardType()
392 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
395 isLoad, isStore); in EmitInstruction()
DPPCHazardRecognizers.h92 bool &isLoad, bool &isStore);
DPPCISelLowering.cpp2591 bool isLoad = true; in getPreIndexedAddressParts() local
2603 isLoad = false; in getPreIndexedAddressParts()
2610 if (isLoad && usePartialVectorLoads(N, Subtarget)) { in getPreIndexedAddressParts()
2634 else if (!isLoad) { in getPreIndexedAddressParts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp329 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom() argument
342 MemLoc, isLoad, ScanIt, BB, QueryInst, Limit, OBB); in getPointerDependencyFrom()
442 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom() argument
483 if (isLoad && QueryInst) { in getSimplePointerDependencyFrom()
581 if (isLoad) { in getSimplePointerDependencyFrom()
682 if (isLoad && FI->getOrdering() == AtomicOrdering::Release) in getSimplePointerDependencyFrom()
699 if (isLoad) in getSimplePointerDependencyFrom()
750 bool isLoad = !isModSet(MR); in getDependency() local
752 isLoad |= II->getIntrinsicID() == Intrinsic::lifetime_start; in getDependency()
755 getPointerDependencyFrom(MemLoc, isLoad, ScanPos->getIterator(), in getDependency()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DOptimizer.cpp52 static bool isLoad(const Ice::Inst &instruction);
254 if(isLoad(*use)) // Direct use of base address in performScalarReplacementOfAggregates()
441 else if(isLoad(inst)) in optimizeSingleBasicBlockLoadsStores()
611 if(isLoad(*use) && use->getLoadAddress() == allocaAddress) in isStaticallyIndexedArray()
685 bool Optimizer::isLoad(const Ice::Inst &instruction) in isLoad() function in __anon79a082610111::Optimizer
712 assert(isLoad(*load) && isStore(*store)); in loadTypeMatchesStore()
775 else if(isLoad(inst)) in collectDiagnostics()
834 if(isLoad(*instruction)) in insert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h450 MemDepResult getPointerDependencyFrom(const MemoryLocation &Loc, bool isLoad,
458 getSimplePointerDependencyFrom(const MemoryLocation &MemLoc, bool isLoad,
492 const MemoryLocation &Loc, bool isLoad,
498 const MemoryLocation &Loc, bool isLoad,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp1018 assert((isLoad() || isStore()) && "Not a load/store!"); in MachineMemOperand()
1083 assert((isLoad() || isStore()) && in print()
1085 if (isLoad()) in print()
1103 OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into "); in print()
1106 OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into "); in print()
DTargetInstrInfo.cpp358 if ((*o)->isLoad() && in hasLoadFromStackSlot()
DMachineVerifier.cpp1492 if ((*I)->isLoad() && !MI->mayLoad()) in visitMachineInstrBefore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCInstrInfo.cpp53 static bool isLoad(int Opcode) { in isLoad() function
71 if (isLoad(Opcode)) { in isLoadFromStackSlot()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp372 bool isLoad, DecodeFunc DecodeRD) { in DecodeMem() argument
386 if (isLoad) { in DecodeMem()
409 if (!isLoad) { in DecodeMem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h258 bool isLoad() const { return FlagVals & MOLoad; } in isLoad() function
DSelectionDAGNodes.h1299 bool readMem() const { return MMO->isLoad(); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp649 bool isLoad() const { in isLoad() function in __anonc5fb90620311::EarlyCSE::ParseMemoryInst
1088 if (MemInst.isValid() && MemInst.isLoad()) { in processNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrFormats.td877 class AI3ldstidxT<bits<4> op, bit isLoad, dag oops, dag iops,
891 let Inst{20} = isLoad; // L bit
1393 class T2Ii8s4<bit P, bit W, bit isLoad, dag oops, dag iops, InstrItinClass itin,
1405 let Inst{20} = isLoad;
1411 class T2Ii8s4post<bit P, bit W, bit isLoad, dag oops, dag iops,
1425 let Inst{20} = isLoad;
DARMBaseInstrInfo.cpp171 bool isLoad = !MI.mayStore(); in convertToThreeAddress() local
172 const MachineOperand &WB = isLoad ? MI.getOperand(1) : MI.getOperand(0); in convertToThreeAddress()
240 if (isLoad) in convertToThreeAddress()
256 if (isLoad) in convertToThreeAddress()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_peephole.cpp3173 bool isLoad = true; in runOpt() local
3198 isLoad = false; in runOpt()
3228 if (isLoad) { in runOpt()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp2044 constexpr bool isLoad = false; in push() local
2051 emitMemOp(Cond, kInstTypeMemImmediate, isLoad, isByte, Rt, Address); in push()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3543 if (MMO->isLoad()) { in SelectCodeCommon()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp7123 bool isLoad = (Mnemonic == "ldrexd" || Mnemonic == "ldaexd"); in ParseInstruction() local
7124 unsigned Idx = isLoad ? 2 : 3; in ParseInstruction()
7140 isLoad ? "destination operands must be sequential" in ParseInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp5369 if (!MMO->isLoad()) in extractLoadMMOs()
5393 if (!MMO->isLoad()) { in extractStoreMMOs()