Home
last modified time | relevance | path

Searched refs:IsZeroInit (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp663 bool IsZeroInit = isZeroInit(Section); in emitSection() local
686 if (!IsVirtual && !IsZeroInit) { in emitSection()
714 if (IsZeroInit || IsVirtual) in emitSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp783 bool IsZeroInit = isZeroInit(Section); in emitSection() local
812 if (!IsVirtual && !IsZeroInit) { in emitSection()
844 if (IsZeroInit || IsVirtual) in emitSection()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp797 bool IsZeroInit = isZeroInit(Section); in emitSection() local
826 if (!IsVirtual && !IsZeroInit) { in emitSection()
858 if (IsZeroInit || IsVirtual) in emitSection()
/external/llvm-project/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp868 auto IsZeroInit = [](MachineInstr *Def) { in producesFalseLanesZero() local
888 if (Def == &MI || FalseLanesZero.count(Def) || IsZeroInit(Def)) in producesFalseLanesZero()