/external/pcre/pcrecpp/ |
D | pcrecpp_unittest.cc | 954 # 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/ |
D | DAGCombiner.cpp | 7335 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/ |
D | MipsSERegisterInfo.cpp | 83 case Mips::LLD: in getLoadStoreOffsetSizeInBits()
|
D | MipsExpandPseudo.cpp | 236 LL = STI->hasMips64r6() ? Mips::LLD_R6 : Mips::LLD; in expandAtomicCmpSwap() 511 LL = STI->hasMips64r6() ? Mips::LLD_R6 : Mips::LLD; in expandAtomicBinOp()
|
D | Mips32r6InstrFormats.td | 61 // The spec occasionally names this value LL, LLD, SC, or SCD.
|
/external/skia/gn/toolchain/ |
D | BUILD.gn | 279 # 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/ |
D | invalid-wrong-error.s | 6 …# The LLD instruction with invalid memory operand should emit "expected memory with 12-bit signed …
|
/external/tensorflow/ |
D | .bazelrc | 42 # Instruct clang to use LLD for linking.
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 14058 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/ |
D | BUILD.gn | 291 # LLD doesn't need these flags, but accepts and ignores them.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 17652 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/ |
D | HandleLLVMOptions.cmake | 18 # 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/ |
D | Mips32r6InstrFormats.td | 61 // The spec occasionally names this value LL, LLD, SC, or SCD.
|
D | Mips64InstrInfo.td | 220 def LLD : StdMMR6Rel, LLBase<"lld", GPR64Opnd, mem_simm16>, LW_FM<0x34>,
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ReleaseNotes.rst | 310 import of .h symbols - even inline functions and macros. Zig uses LLD combined
|
D | CMake.rst | 339 **LLVM_EXTERNAL_{CLANG,LLD,POLLY}_SOURCE_DIR**:PATH
|
D | CodingStandards.rst | 59 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/ |
D | CREDITS.TXT | 119 D: MC and LLD work
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 452 LLD = ((6U << 3) + 4) << kOpcodeShift, enumerator
|
D | disasm-mips64.cc | 2240 case LLD: in DecodeTypeImmediate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/ |
D | AddLLVM.cmake | 180 elseif("${stdout}" MATCHES "^LLD") 182 message(STATUS "Linker detection: LLD")
|
D | HandleLLVMOptions.cmake | 647 # Use DWARF debug info with LLD.
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 9e28dc2941babce1292c4fe0c8464d79.0000d4a6.honggfuzz.cov | 55 7jnw ��%���᳂$����c�5K������LLD��n*5A&��j� 284 7jnw ��%���᳂$����c�5K������LLD��n*5A&��j�
|
/external/llvm/docs/ |
D | CMake.rst | 331 **LLVM_EXTERNAL_{CLANG,LLD,POLLY}_SOURCE_DIR**:PATH
|
D | CodingStandards.rst | 59 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
|