Home
last modified time | relevance | path

Searched refs:LLD (Results 1 – 25 of 43) sorted by relevance

12

/external/pcre/pcrecpp/
Dpcrecpp_unittest.cc954 # define LLD "%I64d" in main() macro
957 # define LLD "%lld" in main() macro
969 sprintf(buf, LLD, max_value); in main()
972 sprintf(buf, LLD, min_value); in main()
975 sprintf(buf, LLD, max_value); in main()
980 sprintf(buf, LLD, min_value); in main()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7335 LoadSDNode *LLD = cast<LoadSDNode>(LHS); in SimplifySelectOps() local
7341 LLD->isVolatile() || RLD->isVolatile() || in SimplifySelectOps()
7343 LLD->getMemoryVT() != RLD->getMemoryVT() || in SimplifySelectOps()
7345 (LLD->getExtensionType() != RLD->getExtensionType() && in SimplifySelectOps()
7347 LLD->getExtensionType() != ISD::EXTLOAD && in SimplifySelectOps()
7354 LLD->getPointerInfo().getAddrSpace() != 0 || in SimplifySelectOps()
7364 if ((LLD->hasAnyUseOfValue(1) && LLD->isPredecessorOf(CondNode)) || in SimplifySelectOps()
7368 LLD->getBasePtr().getValueType(), in SimplifySelectOps()
7369 TheSelect->getOperand(0), LLD->getBasePtr(), in SimplifySelectOps()
7375 if ((LLD->hasAnyUseOfValue(1) && in SimplifySelectOps()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp83 case Mips::LLD: in getLoadStoreOffsetSizeInBits()
DMipsExpandPseudo.cpp236 LL = STI->hasMips64r6() ? Mips::LLD_R6 : Mips::LLD; in expandAtomicCmpSwap()
511 LL = STI->hasMips64r6() ? Mips::LLD_R6 : Mips::LLD; in expandAtomicBinOp()
DMips32r6InstrFormats.td61 // The spec occasionally names this value LL, LLD, SC, or SCD.
/external/skia/gn/toolchain/
DBUILD.gn279 # LLD doesn't need these flags, but accepts and ignores them.
305 # LLD doesn't need these flags, but accepts and ignores them.
/external/llvm/test/MC/Mips/micromips64r6/
Dinvalid-wrong-error.s6 …# The LLD instruction with invalid memory operand should emit "expected memory with 12-bit signed …
/external/tensorflow/
D.bazelrc42 # Instruct clang to use LLD for linking.
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14058 LoadSDNode *LLD = cast<LoadSDNode>(LHS); in SimplifySelectOps() local
14064 LLD->isVolatile() || RLD->isVolatile() || in SimplifySelectOps()
14067 LLD->isIndexed() || RLD->isIndexed() || in SimplifySelectOps()
14069 LLD->getMemoryVT() != RLD->getMemoryVT() || in SimplifySelectOps()
14071 (LLD->getExtensionType() != RLD->getExtensionType() && in SimplifySelectOps()
14073 LLD->getExtensionType() != ISD::EXTLOAD && in SimplifySelectOps()
14080 LLD->getPointerInfo().getAddrSpace() != 0 || in SimplifySelectOps()
14083 LLD->getBasePtr().getValueType())) in SimplifySelectOps()
14092 if ((LLD->hasAnyUseOfValue(1) && LLD->isPredecessorOf(CondNode)) || in SimplifySelectOps()
14096 if (LLD->isPredecessorOf(RLD) || in SimplifySelectOps()
[all …]
/external/skqp/gn/toolchain/
DBUILD.gn291 # LLD doesn't need these flags, but accepts and ignores them.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp17652 LoadSDNode *LLD = cast<LoadSDNode>(LHS); in SimplifySelectOps() local
17658 LLD->isVolatile() || RLD->isVolatile() || in SimplifySelectOps()
17661 LLD->isIndexed() || RLD->isIndexed() || in SimplifySelectOps()
17663 LLD->getMemoryVT() != RLD->getMemoryVT() || in SimplifySelectOps()
17665 (LLD->getExtensionType() != RLD->getExtensionType() && in SimplifySelectOps()
17667 LLD->getExtensionType() != ISD::EXTLOAD && in SimplifySelectOps()
17674 LLD->getPointerInfo().getAddrSpace() != 0 || in SimplifySelectOps()
17677 LLD->getBasePtr().getValueType())) in SimplifySelectOps()
17686 if ((LLD->hasAnyUseOfValue(1) && LLD->isPredecessorOf(CondNode)) || in SimplifySelectOps()
17690 if (LLD->isPredecessorOf(RLD) || in SimplifySelectOps()
[all …]
/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake18 # manifests with mt.exe breaks LLD's symbol tables and takes as much time as
517 # Use DWARF debug info with LLD.
/external/llvm/lib/Target/Mips/
DMips32r6InstrFormats.td61 // The spec occasionally names this value LL, LLD, SC, or SCD.
DMips64InstrInfo.td220 def LLD : StdMMR6Rel, LLBase<"lld", GPR64Opnd, mem_simm16>, LW_FM<0x34>,
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DReleaseNotes.rst310 import of .h symbols - even inline functions and macros. Zig uses LLD combined
DCMake.rst339 **LLVM_EXTERNAL_{CLANG,LLD,POLLY}_SOURCE_DIR**:PATH
DCodingStandards.rst59 LLVM, Clang, and LLD are currently written using C++11 conforming code,
84 While LLVM, Clang, and LLD use C++11, not all features are available in all of
/external/swiftshader/third_party/llvm-7.0/llvm/
DCREDITS.TXT119 D: MC and LLD work
/external/v8/src/mips64/
Dconstants-mips64.h452 LLD = ((6U << 3) + 4) << kOpcodeShift, enumerator
Ddisasm-mips64.cc2240 case LLD: in DecodeTypeImmediate()
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DAddLLVM.cmake180 elseif("${stdout}" MATCHES "^LLD")
182 message(STATUS "Linker detection: LLD")
DHandleLLVMOptions.cmake647 # Use DWARF debug info with LLD.
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D9e28dc2941babce1292c4fe0c8464d79.0000d4a6.honggfuzz.cov55 7jnw ��%���᳂$����c�5K������LLD��n*5A&��j�
284 7jnw ��%���᳂$����c�5K������LLD��n*5A&��j�
/external/llvm/docs/
DCMake.rst331 **LLVM_EXTERNAL_{CLANG,LLD,POLLY}_SOURCE_DIR**:PATH
DCodingStandards.rst59 LLVM, Clang, and LLD are currently written using C++11 conforming code,
84 While LLVM, Clang, and LLD use C++11, not all features are available in all of

12