Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcrecpp_unittest.cc963 # 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/
DDAGCombiner.cpp12562 LoadSDNode *LLD = cast<LoadSDNode>(LHS); in SimplifySelectOps() local
12568 LLD->isVolatile() || RLD->isVolatile() || in SimplifySelectOps()
12570 LLD->getMemoryVT() != RLD->getMemoryVT() || in SimplifySelectOps()
12572 (LLD->getExtensionType() != RLD->getExtensionType() && in SimplifySelectOps()
12574 LLD->getExtensionType() != ISD::EXTLOAD && in SimplifySelectOps()
12581 LLD->getPointerInfo().getAddrSpace() != 0 || in SimplifySelectOps()
12584 LLD->getBasePtr().getValueType())) in SimplifySelectOps()
12593 if ((LLD->hasAnyUseOfValue(1) && LLD->isPredecessorOf(CondNode)) || in SimplifySelectOps()
12597 if (LLD->isPredecessorOf(RLD) || in SimplifySelectOps()
12598 RLD->isPredecessorOf(LLD)) in SimplifySelectOps()
[all …]
/external/v8/src/mips64/
Dconstants-mips64.h331 LLD = ((6 << 3) + 4) << kOpcodeShift, enumerator
/external/llvm/lib/Target/Mips/
DMips32r6InstrFormats.td42 // The spec occasionally names this value LL, LLD, SC, or SCD.
DMips64InstrInfo.td208 def LLD : LLBase<"lld", GPR64Opnd>, LW_FM<0x34>, ISA_MIPS3_NOT_32R6_64R6;
DMipsISelLowering.cpp1050 LL = Subtarget.hasMips64r6() ? Mips::LLD_R6 : Mips::LLD; in emitAtomicBinary()
1315 LL = Mips::LLD; in emitAtomicCmpSwap()
/external/llvm/docs/
DCMake.rst313 **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
DGettingStarted.rst289 of writing, this breaks LLD build.