Searched refs:LLD (Results 1 – 10 of 10) sorted by relevance
/external/pcre/dist/ |
D | pcrecpp_unittest.cc | 963 # define LLD "%I64d" in main() macro 966 # define LLD "%lld" in main() macro 978 sprintf(buf, LLD, max_value); in main() 981 sprintf(buf, LLD, min_value); in main() 984 sprintf(buf, LLD, max_value); in main() 989 sprintf(buf, LLD, min_value); in main()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 13874 LoadSDNode *LLD = cast<LoadSDNode>(LHS); in SimplifySelectOps() local 13880 LLD->isVolatile() || RLD->isVolatile() || in SimplifySelectOps() 13883 LLD->isIndexed() || RLD->isIndexed() || in SimplifySelectOps() 13885 LLD->getMemoryVT() != RLD->getMemoryVT() || in SimplifySelectOps() 13887 (LLD->getExtensionType() != RLD->getExtensionType() && in SimplifySelectOps() 13889 LLD->getExtensionType() != ISD::EXTLOAD && in SimplifySelectOps() 13896 LLD->getPointerInfo().getAddrSpace() != 0 || in SimplifySelectOps() 13899 LLD->getBasePtr().getValueType())) in SimplifySelectOps() 13908 if ((LLD->hasAnyUseOfValue(1) && LLD->isPredecessorOf(CondNode)) || in SimplifySelectOps() 13912 if (LLD->isPredecessorOf(RLD) || in SimplifySelectOps() [all …]
|
/external/llvm/cmake/modules/ |
D | HandleLLVMOptions.cmake | 482 # Use DWARF debug info with LLD. 485 # Adding manifests with mt.exe breaks LLD's symbol tables. See PR24476.
|
/external/llvm/lib/Target/Mips/ |
D | Mips32r6InstrFormats.td | 61 // The spec occasionally names this value LL, LLD, SC, or SCD.
|
D | Mips64InstrInfo.td | 202 def LLD : LLBase<"lld", GPR64Opnd>, LW_FM<0x34>, ISA_MIPS3_NOT_32R6_64R6;
|
D | MipsISelLowering.cpp | 1081 LL = Subtarget.hasMips64r6() ? Mips::LLD_R6 : Mips::LLD; in emitAtomicBinary() 1349 LL = Subtarget.hasMips64r6() ? Mips::LLD_R6 : Mips::LLD; in emitAtomicCmpSwap()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 366 LLD = ((6U << 3) + 4) << kOpcodeShift, enumerator
|
/external/llvm/docs/ |
D | CMake.rst | 326 **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
|
D | GettingStarted.rst | 302 of writing, this breaks LLD build.
|