HomeSort by relevance Sort by last modified time
    Searched defs:LC (Results 51 - 75 of 80) sorted by null

1 23 4

  /toolchain/binutils/binutils-2.27/opcodes/
mips-opc.c 218 #define LC INSN_LOAD_COPROC
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 185 const LocationContext *LC,
188 SVal V = State->getSVal(Ex, LC);
235 TR = MRMgr.getCXXTempObjectRegion(Inner, LC);
240 V = getSValBuilder().conjureSymbolVal(Result, LC, TR->getValueType(),
251 State = State->BindExpr(Result, LC, Reg);
319 const LocationContext *LC) {
339 ParentMap &PM = LC->getAnalysisDeclContext()->getParentMap();
345 const LocationContext *LC,
351 assert(LC && "Must pass the current (or expiring) LocationContext");
361 // LC is the location context being destroyed, but SymbolReaper wants
    [all...]
BugReporter.cpp 325 const LocationContext *LC;
331 R(r), PDC(pdc), NMC(Backmap), LC(r->getErrorNode()->getLocationContext())
343 ParentMap& getParentMap() { return LC->getParentMap(); }
366 return PathDiagnosticLocation(S, getSourceManager(), LC);
427 const LocationContext *LC, bool allowNestedContexts) {
436 return PathDiagnosticLocation(allowNestedContexts ? B : S, SMgr, LC);
441 return PathDiagnosticLocation(S, SMgr, LC);
446 return PathDiagnosticLocation(Parent, SMgr, LC);
448 return PathDiagnosticLocation(S, SMgr, LC);
455 return PathDiagnosticLocation(Parent, SMgr, LC);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 534 const SCEVConstant *LC = cast<SCEVConstant>(LHS);
538 const APInt &LA = LC->getAPInt();
578 const SCEVNAryExpr *LC = cast<SCEVNAryExpr>(LHS);
582 unsigned LNumOps = LC->getNumOperands(), RNumOps = RC->getNumOperands();
589 long X = compare(LC->getOperand(i), RC->getOperand(i));
597 const SCEVUDivExpr *LC = cast<SCEVUDivExpr>(LHS);
601 long X = compare(LC->getLHS(), RC->getLHS());
604 return compare(LC->getRHS(), RC->getRHS());
610 const SCEVCastExpr *LC = cast<SCEVCastExpr>(LHS);
614 return compare(LC->getOperand(), RC->getOperand())
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 474 RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0));
477 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_EXTEND!");
478 return TLI.makeLibCall(DAG, LC, NVT, Op, false, SDLoc(N)).first;
492 RTLIB::Libcall LC = RTLIB::getFPEXT(MVT::f32, N->getValueType(0));
493 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_EXTEND!");
494 return TLI.makeLibCall(DAG, LC, NVT, Res32, false, SDLoc(N)).first;
506 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0));
507 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_ROUND!");
508 return TLI.makeLibCall(DAG, LC, NVT, Op, false, SDLoc(N)).first;
    [all...]
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/syslinux/gpxe/src/drivers/net/
mtd80x.c 199 LC = 0x00001000, /* late collision */
558 } else if( tx_status & (CSL | LC | EC | UDF | HF)){
563 tx_status & LC ? "late" : "",
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp     [all...]
RetainCountChecker.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 61 ExpandLibCall(RTLIB::Libcall LC, SDValue Op, SelectionDAG &DAG,
79 SDValue Callee = DAG.getExternalSymbol(TLI.getLibcallName(LC),
87 0, TLI.getLibcallCallingConv(LC), false,
    [all...]
  /external/llvm/lib/CodeGen/
MachinePipeliner.cpp     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ArraysTest.java     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 234 for (const auto &LC : LibraryCalls) {
235 setLibcallName(LC.Op, LC.Name);
236 if (LC.Cond != ISD::SETCC_INVALID)
237 setCmpLibcallCC(LC.Op, LC.Cond);
347 for (const auto &LC : LibraryCalls) {
348 setLibcallName(LC.Op, LC.Name);
349 setLibcallCallingConv(LC.Op, LC.CC)
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 

Completed in 1869 milliseconds

1 23 4