Searched defs:Intrinsic (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
H A DIntrinsics.h1 //===-- llvm/Instrinsics.h - LLVM Intrinsic Function Handling ---*- C++ -*-===//
31 /// Intrinsic Namespace - This namespace contains an enum with a value for
35 namespace Intrinsic { namespace in namespace:llvm
46 /// Intrinsic::getName(ID) - Return the LLVM name for an intrinsic, such as
50 /// Intrinsic::getType(ID) - Return the function type for an intrinsic.
55 /// Intrinsic::isOverloaded(ID) - Returns true if the intrinsic can be
59 /// Intrinsic::getAttributes(ID) - Return the attributes for an intrinsic.
63 /// Intrinsic::getDeclaration(M, ID) - Create or insert an LLVM Function
124 } // End Intrinsic namespace
/external/webkit/Source/WebCore/platform/
H A DLength.h37 enum LengthType { Auto, Relative, Percent, Fixed, Intrinsic, MinIntrinsic }; enumerator in enum:WebCore::LengthType
175 bool isIntrinsicOrAuto() const { return type() == Auto || type() == MinIntrinsic || type() == Intrinsic; }
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DFixedPositioning.h40 Percent, Fixed, Static, Intrinsic, MinIntrinsic }; enumerator in enum:WebCore::SkLength::SkLengthType
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1874 assert(Fn->getIntrinsicID() == Intrinsic::donothing);
3578 unsigned Intrinsic) {
3595 bool IsTgtIntrinsic = TLI.getTgtMemIntrinsic(Info, I, Intrinsic);
3600 Ops.push_back(DAG.getTargetConstant(Intrinsic, TLI.getPointerTy()));
4434 SelectionDAGBuilder::visitIntrinsicCall(const CallInst &I, unsigned Intrinsic) { argument
4438 switch (Intrinsic) {
4441 visitTargetIntrinsic(I, Intrinsic);
4443 case Intrinsic::vastart: visitVAStart(I); return 0;
4444 case Intrinsic::vaend: visitVAEnd(I); return 0;
4445 case Intrinsic
3577 visitTargetIntrinsic(const CallInst &I, unsigned Intrinsic) argument
[all...]

Completed in 207 milliseconds