Searched refs:CL (Results 26 - 50 of 90) sorted by relevance

1234

/external/mesa3d/include/CL/
H A Dcl_ext.h40 #include <CL/cl.h>
58 * The application may not call CL api's with the cl_mem object passed to the pfn_notify.
/external/swiftshader/third_party/subzero/src/
H A DIceClFlags.h59 template <typename B, typename CL> struct cl_type_traits {};
H A DIceClFlags.cpp95 template <typename B, typename CL> struct cl_type_traits {};
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp443 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, argument
451 const Expr *Init = CL->getInitializer();
452 SVal V = State->getSVal(CL->getInitializer(), LCtx);
458 Loc CLLoc = State->getLValue(CL, LCtx);
469 if (CL->isGLValue() || CL->getType()->isArrayType())
473 B.generateNode(CL, Pred, State->BindExpr(CL, LCtx, V));
H A DMemRegion.cpp288 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion);
292 const CompoundLiteralExpr *CL,
295 ID.AddPointer(CL);
477 os << "{ " << static_cast<const void*>(CL) << " }";
945 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL, argument
949 if (CL->isFileScope())
957 return getSubRegion<CompoundLiteralRegion>(CL, sReg);
291 ProfileRegion(llvm::FoldingSetNodeID& ID, const CompoundLiteralExpr *CL, const MemRegion* superRegion) argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h812 const CompoundLiteralExpr *CL; member in class:clang::ento::CompoundLiteralRegion
815 : TypedValueRegion(sReg, CompoundLiteralRegionKind), CL(cl) {}
818 const CompoundLiteralExpr *CL,
822 return CL->getType();
825 bool isBoundable() const override { return !CL->isFileScope(); }
831 const CompoundLiteralExpr *getLiteralExpr() const { return CL; }
1183 getCompoundLiteralRegion(const CompoundLiteralExpr *CL,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp525 SDValue LL, LH, RL, RH, CL, CH; local
531 CL = CH = Cond;
536 GetSplitVector(Cond, CL, CH);
538 std::tie(CL, CH) = DAG.SplitVector(Cond, dl);
541 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86RegisterInfo.cpp673 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
685 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
686 return X86::CL;
722 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
758 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
794 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
H A DX86GenRegisterInfo.inc29 CL = 10,
258 const unsigned CL_Overlaps[] = { X86::CL, X86::CX, X86::ECX, X86::RCX, 0 };
276 const unsigned CX_Overlaps[] = { X86::CX, X86::CH, X86::CL, X86::ECX, X86::RCX, 0 };
294 const unsigned ECX_Overlaps[] = { X86::ECX, X86::CH, X86::CL, X86::CX, X86::RCX, 0 };
356 const unsigned RCX_Overlaps[] = { X86::RCX, X86::CH, X86::CL, X86::CX, X86::ECX, 0 };
412 const unsigned CX_SubRegsSet[] = { X86::CL, X86::CH, 0 };
418 const unsigned ECX_SubRegsSet[] = { X86::CX, X86::CL, X86::CH, 0 };
451 const unsigned RCX_SubRegsSet[] = { X86::ECX, X86::CX, X86::CL, X86::CH, 0 };
575 { "CL", CL_Overlaps, Empty_SubRegsSet, CL_SuperRegsSet },
730 X86::AL, X86::CL, X8
[all...]
H A DX86GenCallingConv.inc981 X86::AL, X86::DL, X86::CL
/external/ImageMagick/MagickCore/
H A Dstudio.h137 # include <CL/cl.h>
/external/ImageMagick/MagickWand/
H A Dstudio.h138 # include <CL/cl.h>
/external/libpcap/msdos/
H A Dpkt_rx1.s77 ; and _pktRxBuf[n].secondCount, and CL on first call in
H A Dpkt_rx0.asm122 ; and _pktRxBuf[n].secondCount, and CL on first call in
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp442 SDValue LL, LH, RL, RH, CL, CH; local
448 CL = CH = Cond;
454 CL = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, VCondTy, Cond,
460 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1902 for (MachineLoop::iterator CL = Loop->begin(), E = Loop->end();CL != E; ++CL){
1903 OS.indent((*CL)->getLoopDepth()*2)
1905 << (*CL)->getHeader()->getNumber() << " Depth " << (*CL)->getLoopDepth()
1907 PrintChildLoopComment(OS, *CL, FunctionNumber);
/external/clang/include/clang/AST/
H A DStmtCXX.h142 SourceLocation FL, SourceLocation CAL, SourceLocation CL,
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h480 CL = 2, member in class:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::PointerKind::PointerMode::PointerOptions::PointerToMemberRepresentation::VFTableSlotKind::WindowsRTClassKind::ExportFlags::RegisterId
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h68 ENTRY(CL) \
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h101 #define CL cl macro
163 #define CL %cl macro
649 #define SHLD2_L(a,b) CHOICE(shldl ARG2(a,b), shldl ARG3(CL,a,b), _LTOG shld ARG3(b,a,CL))
651 #define SHLD2_W(a,b) CHOICE(shldw ARG2(a,b), shldw ARG3(CL,a,b), _WTOG shld ARG3(b,a,CL))
656 #define SHRD2_L(a,b) CHOICE(shrdl ARG2(a,b), shrdl ARG3(CL,a,b), _LTOG shrd ARG3(b,a,CL))
658 #define SHRD2_W(a,b) CHOICE(shrdw ARG2(a,b), shrdw ARG3(CL,a,b), _WTOG shrd ARG3(b,a,CL))
[all...]
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dtest_conf.py450 variations=((GV.CL, GV.CR, GV.CT, GV.CB),
455 GV.CL: ('horizontal', 'from the center off left edge',),
/external/syslinux/mbr/
H A Doldmbr.asm150 mov ch,al ; CL = cyl[9:8], CH = cyl[7:0]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2418 for (const MachineLoop *CL : *Loop) {
2419 OS.indent(CL->getLoopDepth()*2)
2421 << CL->getHeader()->getNumber() << " Depth " << CL->getLoopDepth()
2423 PrintChildLoopComment(OS, CL, FunctionNumber);
/external/cblas/testing/
H A Dc_cblat3.f2462 COMPLEX CL local in subroutine:CMMCH
2471 ABS1( CL ) = ABS( REAL( CL ) ) + ABS( AIMAG( CL ) )
H A Dc_zblat3.f2464 COMPLEX*16 CL local in subroutine:ZMMCH
2473 ABS1( CL ) = ABS( DBLE( CL ) ) + ABS( DIMAG( CL ) )

Completed in 817 milliseconds

1234