HomeSort by relevance Sort by last modified time
    Searched refs:CP (Results 51 - 75 of 127) sorted by null

1 23 4 5 6

  /external/curl/src/
Makefile.netware 126 CP = cp -afv
381 @-$(CP) ../docs/$(TARGET).pdf $(INSTDIR)
382 @-$(CP) ../docs/$(TARGET).html $(INSTDIR)
383 @$(CP) $(TARGET).nlm $(INSTDIR)
497 @$(CP) tool_hugehelp.c.cvs $@
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 121 Reg = CurDAG->getRegister(XCore::CP, MVT::i32);
XCoreRegisterInfo.cpp 235 Reserved.set(XCore::CP);
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/compiler-rt/
Makefile 159 $(Verb) $(CP) $(Tmp.Inputs) $$@, \
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp 258 const BitTracker::RegisterCell *CP = CVect[RInd];
259 if (CP == 0)
260 CP = CVect[RInd] = &BT.lookup(VR);
261 return *CP;
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 469 SDValue lowerConstantPool(ConstantPoolSDNode *CP, SelectionDAG &DAG) const;
SystemZISelLowering.cpp     [all...]
  /external/toybox/toys/posix/
cp.c 3 * See http://opengroup.org/onlinepubs/9699919799/utilities/cp.html
7 * Posix says "cp -Rf dir file" shouldn't delete file, but our -f does.
12 // options shared between mv/cp must be in same order (right to left)
15 USE_CP(NEWTOY(cp, "<2"USE_CP_PRESERVE("(preserve):;")"RHLPp"USE_CP_MORE("rdaslvnF(remove-destination)")"fi[-HLP"USE_CP_MORE("d")"]"USE_CP_MORE("[-ni]"), TOYFLAG_BIN))
19 config CP
20 bool "cp"
23 usage: cp [-fipRHLP] SOURCE... DEST
38 bool "cp -adlnrsv options"
40 depends on CP
42 usage: cp [-adlnrsv
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 427 /// that are not coalescable according to CP.
431 bool overlaps(const LiveRange &Other, const CoalescerPair &CP,
  /external/llvm/lib/CodeGen/
LiveInterval.cpp 388 bool LiveRange::overlaps(const LiveRange &Other, const CoalescerPair &CP,
413 !CP.isCoalescable(Indexes.getInstructionFromIndex(Def)))
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-table.cc 82 /* 0028 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(CP,x), _(x,x), _(x,x),
95 /* 00D0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(CP,x),
154 /* 0A70 */ _(Bi,T), _(GM,T), _(CP,x), _(CP,x), _(x,x), _(CM,B), _(x,x), _(x,x),
303 /* 1048 */ _(Nd,x), _(Nd,x), _(x,x), _(x,x), _(x,x), _(x,x), _(CP,x), _(x,x),
368 /* 1900 */ _(CP,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x),
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 157 SDValue ExpandConstant(ConstantSDNode *CP);
299 SDValue SelectionDAGLegalize::ExpandConstant(ConstantSDNode *CP) {
300 SDLoc dl(CP);
301 EVT VT = CP->getValueType(0);
302 SDValue CPIdx = DAG.getConstantPool(CP->getConstantIntValue(),
    [all...]
SelectionDAG.cpp 457 const ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(N);
458 ID.AddInteger(CP->getAlignment());
459 ID.AddInteger(CP->getOffset());
460 if (CP->isMachineConstantPoolEntry())
461 CP->getMachineCPVal()->addSelectionDAGCSEId(ID);
463 ID.AddPointer(CP->getConstVal());
464 ID.AddInteger(CP->getTargetFlags());
    [all...]
  /external/dlmalloc/
malloc.c 3887 char* cp = (char*)CALL_MREMAP((char*)oldp - offset, local
    [all...]
  /external/v8/src/third_party/fdlibm/
fdlibm.js 1006 // cp = 2/(3*ln(2)). Note that cp_h + cp_l is cp, but with more accuracy.
1007 define CP = 9.61796693925975554329e-01;
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 955 TM_PART(1,CP,DROPDOWNBUTTON)
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 541 PathDiagnosticCallPiece *CP = I->first;
548 if (!CP->hasCallStackMessage())
549 CP->setCallStackMessage(stackMsg);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/e2fsprogs/
configure 526 # In both cases, we have to default to `cp -pR'.
528 as_ln_s='cp -pR'
532 as_ln_s='cp -pR'
535 as_ln_s='cp -pR'
658 CP
    [all...]

Completed in 1069 milliseconds

1 23 4 5 6