Home
last modified time | relevance | path

Searched refs:isLoad (Results 26 - 37 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp358 if ((*o)->isLoad() && in hasLoadFromStackSlot()
H A DMachineVerifier.cpp1492 if ((*I)->isLoad() && !MI->mayLoad()) in visitMachineInstrBefore()
/third_party/mesa3d/src/nouveau/codegen/
H A 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/llvm-10.0/llvm/lib/Target/ARM/
H A 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()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H A Daudio_policy_service.h1025 void SetDefaultDeviceLoadFlag(bool isLoad);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1299 bool readMem() const { return MMO->isLoad(); } in readMem()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerARM32.cpp2044 constexpr bool isLoad = false;
2051 emitMemOp(Cond, kInstTypeMemImmediate, isLoad, isByte, Rt, Address);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3543 if (MMO->isLoad()) { in SelectCodeCommon()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
H A 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/PowerPC/
H A DPPCISelLowering.cpp2591 bool isLoad = true; in getPreIndexedAddressParts()
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/Target/X86/
H A DX86InstrInfo.cpp5369 if (!MMO->isLoad()) in extractLoadMMOs()
5393 if (!MMO->isLoad()) { in extractStoreMMOs()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp6787 void AudioPolicyService::SetDefaultDeviceLoadFlag(bool isLoad) in SetDefaultDeviceLoadFlag() argument
6789 isPrimaryMicModuleInfoLoaded_.store(isLoad); in SetDefaultDeviceLoadFlag()

Completed in 114 milliseconds

12