Searched refs:classof (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DIntrinsicInst.h48 static inline bool classof(const IntrinsicInst *) { return true; } function in class:llvm::IntrinsicInst
49 static inline bool classof(const CallInst *I) { function in class:llvm::IntrinsicInst
54 static inline bool classof(const Value *V) { function in class:llvm::IntrinsicInst
55 return isa<CallInst>(V) && classof(cast<CallInst>(V));
65 static inline bool classof(const DbgInfoIntrinsic *) { return true; } function in class:llvm::DbgInfoIntrinsic
66 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::DbgInfoIntrinsic
74 static inline bool classof(const Value *V) { function in class:llvm::DbgInfoIntrinsic
75 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
89 static inline bool classof(const DbgDeclareInst *) { return true; } function in class:llvm::DbgDeclareInst
90 static inline bool classof(cons function in class:llvm::DbgDeclareInst
93 static inline bool classof(const Value *V) { function in class:llvm::DbgDeclareInst
111 static inline bool classof(const DbgValueInst *) { return true; } function in class:llvm::DbgValueInst
112 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::DbgValueInst
115 static inline bool classof(const Value *V) { function in class:llvm::DbgValueInst
178 static inline bool classof(const MemIntrinsic *) { return true; } function in class:llvm::MemIntrinsic
179 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::MemIntrinsic
188 static inline bool classof(const Value *V) { function in class:llvm::MemIntrinsic
208 static inline bool classof(const MemSetInst *) { return true; } function in class:llvm::MemSetInst
209 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::MemSetInst
212 static inline bool classof(const Value *V) { function in class:llvm::MemSetInst
241 static inline bool classof(const MemTransferInst *) { return true; } function in class:llvm::MemTransferInst
242 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::MemTransferInst
246 static inline bool classof(const Value *V) { function in class:llvm::MemTransferInst
257 static inline bool classof(const MemCpyInst *) { return true; } function in class:llvm::MemCpyInst
258 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::MemCpyInst
261 static inline bool classof(const Value *V) { function in class:llvm::MemCpyInst
271 static inline bool classof(const MemMoveInst *) { return true; } function in class:llvm::MemMoveInst
272 static inline bool classof(const IntrinsicInst *I) { function in class:llvm::MemMoveInst
275 static inline bool classof(const Value *V) { function in class:llvm::MemMoveInst
[all...]
H A DOperator.h62 static inline bool classof(const Operator *) { return true; } function in class:llvm::Operator
63 static inline bool classof(const Instruction *) { return true; } function in class:llvm::Operator
64 static inline bool classof(const ConstantExpr *) { return true; } function in class:llvm::Operator
65 static inline bool classof(const Value *V) { function in class:llvm::Operator
108 static inline bool classof(const OverflowingBinaryOperator *) { return true; } function in class:llvm::OverflowingBinaryOperator
109 static inline bool classof(const Instruction *I) { function in class:llvm::OverflowingBinaryOperator
115 static inline bool classof(const ConstantExpr *CE) { function in class:llvm::OverflowingBinaryOperator
121 static inline bool classof(const Value *V) { function in class:llvm::OverflowingBinaryOperator
122 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) ||
123 (isa<ConstantExpr>(V) && classof(cas
157 static inline bool classof(const ConstantExpr *CE) { function in class:llvm::PossiblyExactOperator
160 static inline bool classof(const Instruction *I) { function in class:llvm::PossiblyExactOperator
163 static inline bool classof(const Value *V) { function in class:llvm::PossiblyExactOperator
182 static inline bool classof(const FPMathOperator *) { return true; } function in class:llvm::FPMathOperator
183 static inline bool classof(const Instruction *I) { function in class:llvm::FPMathOperator
186 static inline bool classof(const Value *V) { function in class:llvm::FPMathOperator
198 static inline bool classof(const ConcreteOperator<SuperClass, Opc> *) { function in class:llvm::ConcreteOperator
201 static inline bool classof(const Instruction *I) { function in class:llvm::ConcreteOperator
204 static inline bool classof(const ConstantExpr *CE) { function in class:llvm::ConcreteOperator
207 static inline bool classof(const Value *V) { function in class:llvm::ConcreteOperator
[all...]
H A DArgument.h81 /// classof - Methods for support type inquiry through isa, cast, and
84 static inline bool classof(const Argument *) { return true; } function in class:llvm::Argument
85 static inline bool classof(const Value *V) { function in class:llvm::Argument
H A DDerivedTypes.h88 static inline bool classof(const IntegerType *) { return true; } function in class:llvm::IntegerType
89 static inline bool classof(const Type *T) { function in class:llvm::IntegerType
137 static inline bool classof(const FunctionType *) { return true; } function in class:llvm::FunctionType
138 static inline bool classof(const Type *T) { function in class:llvm::FunctionType
160 static inline bool classof(const CompositeType *) { return true; } function in class:llvm::CompositeType
161 static inline bool classof(const Type *T) { function in class:llvm::CompositeType
296 static inline bool classof(const StructType *) { return true; }
297 static inline bool classof(const Type *T) {
326 static inline bool classof(const SequentialType *) { return true; } function in class:llvm::SequentialType
327 static inline bool classof(cons function in class:llvm::SequentialType
356 static inline bool classof(const ArrayType *) { return true; } function in class:llvm::ArrayType
357 static inline bool classof(const Type *T) { function in class:llvm::ArrayType
423 static inline bool classof(const VectorType *) { return true; } function in class:llvm::VectorType
424 static inline bool classof(const Type *T) { function in class:llvm::VectorType
455 static inline bool classof(const PointerType *) { return true; } function in class:llvm::PointerType
456 static inline bool classof(const Type *T) { function in class:llvm::PointerType
[all...]
H A DConstant.h111 static inline bool classof(const Constant *) { return true; } function in class:llvm::Constant
112 static inline bool classof(const GlobalValue *) { return true; } function in class:llvm::Constant
113 static inline bool classof(const Value *V) { function in class:llvm::Constant
H A DInstructions.h115 static inline bool classof(const AllocaInst *) { return true; } function in class:llvm::AllocaInst
116 static inline bool classof(const Instruction *I) { function in class:llvm::AllocaInst
119 static inline bool classof(const Value *V) { function in class:llvm::AllocaInst
120 return isa<Instruction>(V) && classof(cast<Instruction>(V));
235 static inline bool classof(const LoadInst *) { return true; } function in class:llvm::LoadInst
236 static inline bool classof(const Instruction *I) { function in class:llvm::LoadInst
239 static inline bool classof(const Value *V) { function in class:llvm::LoadInst
240 return isa<Instruction>(V) && classof(cast<Instruction>(V));
357 static inline bool classof(const StoreInst *) { return true; } function in class:llvm::StoreInst
358 static inline bool classof(cons function in class:llvm::StoreInst
361 static inline bool classof(const Value *V) { function in class:llvm::StoreInst
429 static inline bool classof(const FenceInst *) { return true; } function in class:llvm::FenceInst
430 static inline bool classof(const Instruction *I) { function in class:llvm::FenceInst
433 static inline bool classof(const Value *V) { function in class:llvm::FenceInst
529 static inline bool classof(const AtomicCmpXchgInst *) { return true; } function in class:llvm::AtomicCmpXchgInst
530 static inline bool classof(const Instruction *I) { function in class:llvm::AtomicCmpXchgInst
533 static inline bool classof(const Value *V) { function in class:llvm::AtomicCmpXchgInst
673 static inline bool classof(const AtomicRMWInst *) { return true; } function in class:llvm::AtomicRMWInst
674 static inline bool classof(const Instruction *I) { function in class:llvm::AtomicRMWInst
677 static inline bool classof(const Value *V) { function in class:llvm::AtomicRMWInst
852 static inline bool classof(const GetElementPtrInst *) { return true; } function in class:llvm::GetElementPtrInst
853 static inline bool classof(const Instruction *I) { function in class:llvm::GetElementPtrInst
856 static inline bool classof(const Value *V) { function in class:llvm::GetElementPtrInst
1034 static inline bool classof(const ICmpInst *) { return true; } function in class:llvm::ICmpInst
1035 static inline bool classof(const Instruction *I) { function in class:llvm::ICmpInst
1038 static inline bool classof(const Value *V) { function in class:llvm::ICmpInst
1144 static inline bool classof(const FCmpInst *) { return true; } function in class:llvm::FCmpInst
1145 static inline bool classof(const Instruction *I) { function in class:llvm::FCmpInst
1148 static inline bool classof(const Value *V) { function in class:llvm::FCmpInst
1366 static inline bool classof(const CallInst *) { return true; } function in class:llvm::CallInst
1367 static inline bool classof(const Instruction *I) { function in class:llvm::CallInst
1370 static inline bool classof(const Value *V) { function in class:llvm::CallInst
1472 static inline bool classof(const SelectInst *) { return true; } function in class:llvm::SelectInst
1473 static inline bool classof(const Instruction *I) { function in class:llvm::SelectInst
1476 static inline bool classof(const Value *V) { function in class:llvm::SelectInst
1515 static inline bool classof(const VAArgInst *) { return true; } function in class:llvm::VAArgInst
1516 static inline bool classof(const Instruction *I) { function in class:llvm::VAArgInst
1519 static inline bool classof(const Value *V) { function in class:llvm::VAArgInst
1569 static inline bool classof(const ExtractElementInst *) { return true; } function in class:llvm::ExtractElementInst
1570 static inline bool classof(const Instruction *I) { function in class:llvm::ExtractElementInst
1573 static inline bool classof(const Value *V) { function in class:llvm::ExtractElementInst
1628 static inline bool classof(const InsertElementInst *) { return true; } function in class:llvm::InsertElementInst
1629 static inline bool classof(const Instruction *I) { function in class:llvm::InsertElementInst
1632 static inline bool classof(const Value *V) { function in class:llvm::InsertElementInst
1709 static inline bool classof(const ShuffleVectorInst *) { return true; } function in class:llvm::ShuffleVectorInst
1710 static inline bool classof(const Instruction *I) { function in class:llvm::ShuffleVectorInst
1713 static inline bool classof(const Value *V) { function in class:llvm::ShuffleVectorInst
1805 static inline bool classof(const ExtractValueInst *) { return true; } function in class:llvm::ExtractValueInst
1806 static inline bool classof(const Instruction *I) { function in class:llvm::ExtractValueInst
1809 static inline bool classof(const Value *V) { function in class:llvm::ExtractValueInst
1927 static inline bool classof(const InsertValueInst *) { return true; } function in class:llvm::InsertValueInst
1928 static inline bool classof(const Instruction *I) { function in class:llvm::InsertValueInst
1931 static inline bool classof(const Value *V) { function in class:llvm::InsertValueInst
2144 static inline bool classof(const PHINode *) { return true; } function in class:llvm::PHINode
2145 static inline bool classof(const Instruction *I) { function in class:llvm::PHINode
2148 static inline bool classof(const Value *V) { function in class:llvm::PHINode
2252 static inline bool classof(const LandingPadInst *) { return true; } function in class:llvm::LandingPadInst
2253 static inline bool classof(const Instruction *I) { function in class:llvm::LandingPadInst
2256 static inline bool classof(const Value *V) { function in class:llvm::LandingPadInst
2321 static inline bool classof(const ReturnInst *) { return true; } function in class:llvm::ReturnInst
2322 static inline bool classof(const Instruction *I) { function in class:llvm::ReturnInst
2325 static inline bool classof(const Value *V) { function in class:llvm::ReturnInst
2425 static inline bool classof(const Value *V) { function in class:llvm::BranchInst
2832 static inline bool classof(const SwitchInst *) { return true; } function in class:llvm::SwitchInst
2833 static inline bool classof(const Instruction *I) { function in class:llvm::SwitchInst
2836 static inline bool classof(const Value *V) { function in class:llvm::SwitchInst
2931 static inline bool classof(const IndirectBrInst *) { return true; } function in class:llvm::IndirectBrInst
2932 static inline bool classof(const Instruction *I) { function in class:llvm::IndirectBrInst
2935 static inline bool classof(const Value *V) { function in class:llvm::IndirectBrInst
3224 static inline bool classof(const ResumeInst *) { return true; } function in class:llvm::InvokeInst::ResumeInst
3225 static inline bool classof(const Instruction *I) { function in class:llvm::InvokeInst::ResumeInst
3228 static inline bool classof(const Value *V) { function in class:llvm::InvokeInst::ResumeInst
3269 static inline bool classof(const UnreachableInst *) { return true; } function in class:llvm::InvokeInst::UnreachableInst
3270 static inline bool classof(const Instruction *I) { function in class:llvm::InvokeInst::UnreachableInst
3273 static inline bool classof(const Value *V) { function in class:llvm::InvokeInst::UnreachableInst
3310 static inline bool classof(const TruncInst *) { return true; } function in class:llvm::InvokeInst::TruncInst
3311 static inline bool classof(const Instruction *I) { function in class:llvm::InvokeInst::TruncInst
3314 static inline bool classof(const Value *V) { function in class:llvm::InvokeInst::TruncInst
3347 static inline bool classof(const ZExtInst *) { return true; } function in class:llvm::InvokeInst::ZExtInst
3348 static inline bool classof(const Instruction *I) { function in class:llvm::InvokeInst::ZExtInst
3351 static inline bool classof(const Value *V) { function in class:llvm::InvokeInst::ZExtInst
3384 static inline bool classof(const SExtInst *) { return true; } function in class:llvm::InvokeInst::SExtInst
3385 static inline bool classof(const Instruction *I) { function in class:llvm::InvokeInst::SExtInst
3388 static inline bool classof(const Value *V) { function in class:llvm::InvokeInst::SExtInst
3421 static inline bool classof(const FPTruncInst *) { return true; } function in class:llvm::InvokeInst::FPTruncInst
3422 static inline bool classof(const Instruction *I) { function in class:llvm::InvokeInst::FPTruncInst
3425 static inline bool classof(const Value *V) { function in class:llvm::InvokeInst::FPTruncInst
3458 static inline bool classof(const FPExtInst *) { return true; } function in class:llvm::InvokeInst::FPExtInst
3459 static inline bool classof(const Instruction *I) { function in class:llvm::InvokeInst::FPExtInst
3462 static inline bool classof(const Value *V) { function in class:llvm::InvokeInst::FPExtInst
3495 static inline bool classof(const UIToFPInst *) { return true; } function in class:llvm::InvokeInst::UIToFPInst
3496 static inline bool classof(const Instruction *I) { function in class:llvm::InvokeInst::UIToFPInst
3499 static inline bool classof(const Value *V) { function in class:llvm::InvokeInst::UIToFPInst
3532 static inline bool classof(const SIToFPInst *) { return true; } function in class:llvm::InvokeInst::SIToFPInst
3533 static inline bool classof(const Instruction *I) { function in class:llvm::InvokeInst::SIToFPInst
3536 static inline bool classof(const Value *V) { function in class:llvm::InvokeInst::SIToFPInst
3569 static inline bool classof(const FPToUIInst *) { return true; } function in class:llvm::InvokeInst::FPToUIInst
3570 static inline bool classof(const Instruction *I) { function in class:llvm::InvokeInst::FPToUIInst
3573 static inline bool classof(const Value *V) { function in class:llvm::InvokeInst::FPToUIInst
3606 static inline bool classof(const FPToSIInst *) { return true; } function in class:llvm::InvokeInst::FPToSIInst
3607 static inline bool classof(const Instruction *I) { function in class:llvm::InvokeInst::FPToSIInst
3610 static inline bool classof(const Value *V) { function in class:llvm::InvokeInst::FPToSIInst
3642 static inline bool classof(const IntToPtrInst *) { return true; } function in class:llvm::InvokeInst::IntToPtrInst
3643 static inline bool classof(const Instruction *I) { function in class:llvm::InvokeInst::IntToPtrInst
3646 static inline bool classof(const Value *V) { function in class:llvm::InvokeInst::IntToPtrInst
3679 static inline bool classof(const PtrToIntInst *) { return true; } function in class:llvm::InvokeInst::PtrToIntInst
3680 static inline bool classof(const Instruction *I) { function in class:llvm::InvokeInst::PtrToIntInst
3683 static inline bool classof(const Value *V) { function in class:llvm::InvokeInst::PtrToIntInst
3716 static inline bool classof(const BitCastInst *) { return true; } function in class:llvm::InvokeInst::BitCastInst
3717 static inline bool classof(const Instruction *I) { function in class:llvm::InvokeInst::BitCastInst
3720 static inline bool classof(const Value *V) { function in class:llvm::InvokeInst::BitCastInst
[all...]
H A DGlobalAlias.h79 static inline bool classof(const GlobalAlias *) { return true; } function in class:llvm::GlobalAlias
80 static inline bool classof(const Value *V) { function in class:llvm::GlobalAlias
H A DInstrTypes.h76 static inline bool classof(const TerminatorInst *) { return true; } function in class:llvm::TerminatorInst
77 static inline bool classof(const Instruction *I) { function in class:llvm::TerminatorInst
80 static inline bool classof(const Value *V) { function in class:llvm::TerminatorInst
81 return isa<Instruction>(V) && classof(cast<Instruction>(V));
116 static inline bool classof(const UnaryInstruction *) { return true; } function in class:llvm::UnaryInstruction
117 static inline bool classof(const Instruction *I) { function in class:llvm::UnaryInstruction
124 static inline bool classof(const Value *V) { function in class:llvm::UnaryInstruction
125 return isa<Instruction>(V) && classof(cast<Instruction>(V));
364 static inline bool classof(const BinaryOperator *) { return true; } function in class:llvm::BinaryOperator
365 static inline bool classof(cons function in class:llvm::BinaryOperator
368 static inline bool classof(const Value *V) { function in class:llvm::BinaryOperator
614 static inline bool classof(const CastInst *) { return true; } function in class:llvm::CastInst
615 static inline bool classof(const Instruction *I) { function in class:llvm::CastInst
618 static inline bool classof(const Value *V) { function in class:llvm::CastInst
819 static inline bool classof(const CmpInst *) { return true; } function in class:llvm::CmpInst
820 static inline bool classof(const Instruction *I) { function in class:llvm::CmpInst
824 static inline bool classof(const Value *V) { function in class:llvm::CmpInst
[all...]
H A DConstants.h224 static inline bool classof(const ConstantInt *) { return true; } function in class:llvm::ConstantInt
225 static bool classof(const Value *V) { function in class:llvm::ConstantInt
294 static inline bool classof(const ConstantFP *) { return true; } function in class:llvm::ConstantFP
295 static bool classof(const Value *V) { function in class:llvm::ConstantFP
337 static bool classof(const ConstantAggregateZero *) { return true; } function in class:llvm::ConstantAggregateZero
338 static bool classof(const Value *V) { function in class:llvm::ConstantAggregateZero
370 static inline bool classof(const ConstantArray *) { return true; } function in class:llvm::ConstantArray
371 static bool classof(const Value *V) { function in class:llvm::ConstantArray
429 static inline bool classof(const ConstantStruct *) { return true; } function in class:llvm::ConstantStruct
430 static bool classof(cons function in class:llvm::ConstantStruct
477 static inline bool classof(const ConstantVector *) { return true; } function in class:llvm::ConstantVector
478 static bool classof(const Value *V) { function in class:llvm::ConstantVector
520 static inline bool classof(const ConstantPointerNull *) { return true; } function in class:llvm::ConstantPointerNull
521 static bool classof(const Value *V) { function in class:llvm::ConstantPointerNull
642 static bool classof(const ConstantDataSequential *) { return true; } function in class:llvm::ConstantDataSequential
643 static bool classof(const Value *V) { function in class:llvm::ConstantDataSequential
698 static bool classof(const ConstantDataArray *) { return true; } function in class:llvm::ConstantDataArray
699 static bool classof(const Value *V) { function in class:llvm::ConstantDataArray
752 static bool classof(const ConstantDataVector *) { return true; } function in class:llvm::ConstantDataVector
753 static bool classof(const Value *V) { function in class:llvm::ConstantDataVector
784 static inline bool classof(const BlockAddress *) { return true; } function in class:llvm::BlockAddress
785 static inline bool classof(const Value *V) { function in class:llvm::BlockAddress
1097 static inline bool classof(const ConstantExpr *) { return true; } function in class:llvm::ConstantExpr
1098 static inline bool classof(const Value *V) { function in class:llvm::ConstantExpr
1162 static inline bool classof(const UndefValue *) { return true; } function in class:llvm::UndefValue
1163 static bool classof(const Value *V) { function in class:llvm::UndefValue
[all...]
H A DMetadata.h62 static inline bool classof(const MDString *) { return true; } function in class:llvm::MDString
63 static bool classof(const Value *V) { function in class:llvm::MDString
164 static inline bool classof(const MDNode *) { return true; } function in class:llvm::MDNode
165 static bool classof(const Value *V) { function in class:llvm::MDNode
H A DGlobalVariable.h177 static inline bool classof(const GlobalVariable *) { return true; } function in class:llvm::GlobalVariable
178 static inline bool classof(const Value *V) { function in class:llvm::GlobalVariable
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DPseudoSourceValue.h50 /// classof - Methods for support type inquiry through isa, cast, and
53 static inline bool classof(const PseudoSourceValue *) { return true; } function in class:llvm::PseudoSourceValue
54 static inline bool classof(const Value *V) { function in class:llvm::PseudoSourceValue
90 /// classof - Methods for support type inquiry through isa, cast, and
93 static inline bool classof(const FixedStackPseudoSourceValue *) { function in class:llvm::FixedStackPseudoSourceValue
96 static inline bool classof(const Value *V) { function in class:llvm::FixedStackPseudoSourceValue
H A DSelectionDAGNodes.h666 static bool classof(const SDNode *) { return true; }
974 static bool classof(const MemSDNode *) { return true; } function in class:llvm::SDNode::MemSDNode
975 static bool classof(const SDNode *N) { function in class:llvm::SDNode::MemSDNode
1059 static bool classof(const AtomicSDNode *) { return true; } function in class:llvm::SDNode::AtomicSDNode
1060 static bool classof(const SDNode *N) { function in class:llvm::SDNode::AtomicSDNode
1091 static bool classof(const MemIntrinsicSDNode *) { return true; } function in class:llvm::SDNode::MemIntrinsicSDNode
1092 static bool classof(const SDNode *N) { function in class:llvm::SDNode::MemIntrinsicSDNode
1146 static bool classof(const ShuffleVectorSDNode *) { return true; }
1147 static bool classof(const SDNode *N) {
1170 static bool classof(cons function in class:llvm::SDNode::ConstantSDNode
1171 static bool classof(const SDNode *N) { function in class:llvm::SDNode::ConstantSDNode
1217 static bool classof(const ConstantFPSDNode *) { return true; } function in class:llvm::SDNode::ConstantFPSDNode
1218 static bool classof(const SDNode *N) { function in class:llvm::SDNode::ConstantFPSDNode
1239 static bool classof(const GlobalAddressSDNode *) { return true; } function in class:llvm::SDNode::GlobalAddressSDNode
1240 static bool classof(const SDNode *N) { function in class:llvm::SDNode::GlobalAddressSDNode
1259 static bool classof(const FrameIndexSDNode *) { return true; } function in class:llvm::SDNode::FrameIndexSDNode
1260 static bool classof(const SDNode *N) { function in class:llvm::SDNode::FrameIndexSDNode
1279 static bool classof(const JumpTableSDNode *) { return true; } function in class:llvm::SDNode::JumpTableSDNode
1280 static bool classof(const SDNode *N) { function in class:llvm::SDNode::JumpTableSDNode
1340 static bool classof(const ConstantPoolSDNode *) { return true; } function in class:llvm::SDNode::ConstantPoolSDNode
1341 static bool classof(const SDNode *N) { function in class:llvm::SDNode::ConstantPoolSDNode
1364 static bool classof(const TargetIndexSDNode*) { return true; } function in class:llvm::SDNode::TargetIndexSDNode
1365 static bool classof(const SDNode *N) { function in class:llvm::SDNode::TargetIndexSDNode
1383 static bool classof(const BasicBlockSDNode *) { return true; } function in class:llvm::SDNode::BasicBlockSDNode
1384 static bool classof(const SDNode *N) { function in class:llvm::SDNode::BasicBlockSDNode
1408 static inline bool classof(const BuildVectorSDNode *) { return true; } function in class:llvm::SDNode::BuildVectorSDNode
1409 static inline bool classof(const SDNode *N) { function in class:llvm::SDNode::BuildVectorSDNode
1429 static bool classof(const SrcValueSDNode *) { return true; } function in class:llvm::SDNode::SrcValueSDNode
1430 static bool classof(const SDNode *N) { function in class:llvm::SDNode::SrcValueSDNode
1444 static bool classof(const MDNodeSDNode *) { return true; } function in class:llvm::SDNode::MDNodeSDNode
1445 static bool classof(const SDNode *N) { function in class:llvm::SDNode::MDNodeSDNode
1461 static bool classof(const RegisterSDNode *) { return true; } function in class:llvm::SDNode::RegisterSDNode
1462 static bool classof(const SDNode *N) { function in class:llvm::SDNode::RegisterSDNode
1478 static bool classof(const RegisterMaskSDNode *) { return true; } function in class:llvm::SDNode::RegisterMaskSDNode
1479 static bool classof(const SDNode *N) { function in class:llvm::SDNode::RegisterMaskSDNode
1499 static bool classof(const BlockAddressSDNode *) { return true; } function in class:llvm::SDNode::BlockAddressSDNode
1500 static bool classof(const SDNode *N) { function in class:llvm::SDNode::BlockAddressSDNode
1517 static bool classof(const EHLabelSDNode *) { return true; } function in class:llvm::SDNode::EHLabelSDNode
1518 static bool classof(const SDNode *N) { function in class:llvm::SDNode::EHLabelSDNode
1537 static bool classof(const ExternalSymbolSDNode *) { return true; } function in class:llvm::SDNode::ExternalSymbolSDNode
1538 static bool classof(const SDNode *N) { function in class:llvm::SDNode::ExternalSymbolSDNode
1555 static bool classof(const CondCodeSDNode *) { return true; } function in class:llvm::SDNode::CondCodeSDNode
1556 static bool classof(const SDNode *N) { function in class:llvm::SDNode::CondCodeSDNode
1575 static bool classof(const CvtRndSatSDNode *) { return true; } function in class:llvm::SDNode::CvtRndSatSDNode
1576 static bool classof(const SDNode *N) { function in class:llvm::SDNode::CvtRndSatSDNode
1594 static bool classof(const VTSDNode *) { return true; } function in class:llvm::SDNode::VTSDNode
1595 static bool classof(const SDNode *N) { function in class:llvm::SDNode::VTSDNode
1638 static bool classof(const LSBaseSDNode *) { return true; } function in class:llvm::SDNode::LSBaseSDNode
1639 static bool classof(const SDNode *N) { function in class:llvm::SDNode::LSBaseSDNode
1670 static bool classof(const LoadSDNode *) { return true; } function in class:llvm::SDNode::LoadSDNode
1671 static bool classof(const SDNode *N) { function in class:llvm::SDNode::LoadSDNode
1701 static bool classof(const StoreSDNode *) { return true; } function in class:llvm::SDNode::StoreSDNode
1702 static bool classof(const SDNode *N) { function in class:llvm::SDNode::StoreSDNode
1742 static bool classof(const MachineSDNode *) { return true; } function in class:llvm::SDNode::MachineSDNode
1743 static bool classof(const SDNode *N) { function in class:llvm::SDNode::MachineSDNode
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h49 static inline bool classof(const SCEVConstant *S) { return true; } function in class:llvm::SCEVConstant
50 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVConstant
71 static inline bool classof(const SCEVCastExpr *S) { return true; } function in class:llvm::SCEVCastExpr
72 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVCastExpr
91 static inline bool classof(const SCEVTruncateExpr *S) { return true; } function in class:llvm::SCEVTruncateExpr
92 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVTruncateExpr
109 static inline bool classof(const SCEVZeroExtendExpr *S) { return true; } function in class:llvm::SCEVZeroExtendExpr
110 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVZeroExtendExpr
127 static inline bool classof(const SCEVSignExtendExpr *S) { return true; } function in class:llvm::SCEVSignExtendExpr
128 static inline bool classof(cons function in class:llvm::SCEVSignExtendExpr
169 static inline bool classof(const SCEVNAryExpr *S) { return true; } function in class:llvm::SCEVNAryExpr
170 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVNAryExpr
191 static inline bool classof(const SCEVCommutativeExpr *S) { return true; } function in class:llvm::SCEVCommutativeExpr
192 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVCommutativeExpr
226 static inline bool classof(const SCEVAddExpr *S) { return true; } function in class:llvm::SCEVAddExpr
227 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVAddExpr
245 static inline bool classof(const SCEVMulExpr *S) { return true; } function in class:llvm::SCEVMulExpr
246 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVMulExpr
277 static inline bool classof(const SCEVUDivExpr *S) { return true; } function in class:llvm::SCEVUDivExpr
278 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVUDivExpr
361 static inline bool classof(const SCEVAddRecExpr *S) { return true; } function in class:llvm::SCEVAddRecExpr
362 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVAddRecExpr
383 static inline bool classof(const SCEVSMaxExpr *S) { return true; } function in class:llvm::SCEVSMaxExpr
384 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVSMaxExpr
405 static inline bool classof(const SCEVUMaxExpr *S) { return true; } function in class:llvm::SCEVUMaxExpr
406 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVUMaxExpr
452 static inline bool classof(const SCEVUnknown *S) { return true; } function in class:llvm::SCEVUnknown
453 static inline bool classof(const SCEV *S) { function in class:llvm::SCEVUnknown
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCSectionCOFF.h61 static bool classof(const MCSection *S) { function in class:llvm::MCSectionCOFF
64 static bool classof(const MCSectionCOFF *) { return true; } function in class:llvm::MCSectionCOFF
H A DMCSectionELF.h76 static bool classof(const MCSection *S) { function in class:llvm::MCSectionELF
79 static bool classof(const MCSectionELF *) { return true; } function in class:llvm::MCSectionELF
H A DMCAssembler.h102 static bool classof(const MCFragment *O) { return true; } function in class:llvm::MCFragment
151 static bool classof(const MCFragment *F) { function in class:llvm::MCDataFragment
154 static bool classof(const MCDataFragment *) { return true; } function in class:llvm::MCDataFragment
213 static bool classof(const MCFragment *F) { function in class:llvm::MCInstFragment
216 static bool classof(const MCInstFragment *) { return true; } function in class:llvm::MCInstFragment
263 static bool classof(const MCFragment *F) { function in class:llvm::MCAlignFragment
266 static bool classof(const MCAlignFragment *) { return true; } function in class:llvm::MCAlignFragment
302 static bool classof(const MCFragment *F) { function in class:llvm::MCFillFragment
305 static bool classof(const MCFillFragment *) { return true; } function in class:llvm::MCFillFragment
331 static bool classof(cons function in class:llvm::MCOrgFragment
334 static bool classof(const MCOrgFragment *) { return true; } function in class:llvm::MCOrgFragment
364 static bool classof(const MCFragment *F) { function in class:llvm::MCLEBFragment
367 static bool classof(const MCLEBFragment *) { return true; } function in class:llvm::MCLEBFragment
401 static bool classof(const MCFragment *F) { function in class:llvm::MCDwarfLineAddrFragment
404 static bool classof(const MCDwarfLineAddrFragment *) { return true; } function in class:llvm::MCDwarfLineAddrFragment
431 static bool classof(const MCFragment *F) { function in class:llvm::MCDwarfCallFrameFragment
434 static bool classof(const MCDwarfCallFrameFragment *) { return true; } function in class:llvm::MCDwarfCallFrameFragment
[all...]
H A DMCSection.h68 static bool classof(const MCSection *) { return true; } function in class:llvm::MCSection
H A DMCExpr.h103 static bool classof(const MCExpr *) { return true; } function in class:llvm::MCExpr
132 static bool classof(const MCExpr *E) { function in class:llvm::MCConstantExpr
135 static bool classof(const MCConstantExpr *) { return true; } function in class:llvm::MCConstantExpr
248 static bool classof(const MCExpr *E) { function in class:llvm::MCSymbolRefExpr
251 static bool classof(const MCSymbolRefExpr *) { return true; } function in class:llvm::MCSymbolRefExpr
302 static bool classof(const MCExpr *E) { function in class:llvm::MCUnaryExpr
305 static bool classof(const MCUnaryExpr *) { return true; } function in class:llvm::MCUnaryExpr
437 static bool classof(const MCExpr *E) { function in class:llvm::MCBinaryExpr
440 static bool classof(const MCBinaryExpr *) { return true; } function in class:llvm::MCBinaryExpr
461 static bool classof(cons function in class:llvm::MCTargetExpr
464 static bool classof(const MCTargetExpr *) { return true; } function in class:llvm::MCTargetExpr
[all...]
H A DMCSectionMachO.h174 static bool classof(const MCSection *S) { function in class:llvm::MCSectionMachO
177 static bool classof(const MCSectionMachO *) { return true; } function in class:llvm::MCSectionMachO
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.h102 static inline bool classof(const Matcher *) { return true; } function in class:llvm::Matcher
221 static inline bool classof(const Matcher *N) { function in class:llvm::ScopeMatcher
247 static inline bool classof(const Matcher *N) { function in class:llvm::RecordMatcher
281 static inline bool classof(const Matcher *N) { function in class:llvm::RecordChildMatcher
300 static inline bool classof(const Matcher *N) { function in class:llvm::RecordMemRefMatcher
319 static inline bool classof(const Matcher *N) { function in class:llvm::CaptureGlueInputMatcher
340 static inline bool classof(const Matcher *N) { function in class:llvm::MoveChildMatcher
360 static inline bool classof(const Matcher *N) { function in class:llvm::MoveParentMatcher
383 static inline bool classof(const Matcher *N) { function in class:llvm::CheckSameMatcher
408 static inline bool classof(cons function in class:llvm::CheckPatternPredicateMatcher
431 static inline bool classof(const Matcher *N) { function in class:llvm::CheckPredicateMatcher
457 static inline bool classof(const Matcher *N) { function in class:llvm::CheckOpcodeMatcher
481 static inline bool classof(const Matcher *N) { function in class:llvm::SwitchOpcodeMatcher
509 static inline bool classof(const Matcher *N) { function in class:llvm::CheckTypeMatcher
535 static inline bool classof(const Matcher *N) { function in class:llvm::SwitchTypeMatcher
564 static inline bool classof(const Matcher *N) { function in class:llvm::CheckChildTypeMatcher
591 static inline bool classof(const Matcher *N) { function in class:llvm::CheckIntegerMatcher
616 static inline bool classof(const Matcher *N) { function in class:llvm::CheckCondCodeMatcher
640 static inline bool classof(const Matcher *N) { function in class:llvm::CheckValueTypeMatcher
684 static inline bool classof(const Matcher *N) { function in class:llvm::CheckComplexPatMatcher
712 static inline bool classof(const Matcher *N) { function in class:llvm::CheckAndImmMatcher
736 static inline bool classof(const Matcher *N) { function in class:llvm::CheckOrImmMatcher
757 static inline bool classof(const Matcher *N) { function in class:llvm::CheckFoldableChainNodeMatcher
780 static inline bool classof(const Matcher *N) { function in class:llvm::EmitIntegerMatcher
805 static inline bool classof(const Matcher *N) { function in class:llvm::EmitStringIntegerMatcher
831 static inline bool classof(const Matcher *N) { function in class:llvm::EmitRegisterMatcher
857 static inline bool classof(const Matcher *N) { function in class:llvm::EmitConvertToTargetMatcher
911 static inline bool classof(const Matcher *N) { function in class:llvm::EmitCopyToRegMatcher
940 static inline bool classof(const Matcher *N) { function in class:llvm::EmitNodeXFormMatcher
1031 static inline bool classof(const Matcher *N) { function in class:llvm::EmitNodeMatcher
1055 static inline bool classof(const Matcher *N) { function in class:llvm::MorphNodeToMatcher
1104 static inline bool classof(const Matcher *N) { function in class:llvm::CompleteMatchMatcher
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDIE.h218 static bool classof(const DIEValue *) { return true; } function in class:llvm::DIEValue
260 static bool classof(const DIEInteger *) { return true; } function in class:llvm::DIEInteger
261 static bool classof(const DIEValue *I) { return I->getType() == isInteger; } function in class:llvm::DIEInteger
289 static bool classof(const DIELabel *) { return true; } function in class:llvm::DIELabel
290 static bool classof(const DIEValue *L) { return L->getType() == isLabel; } function in class:llvm::DIELabel
316 static bool classof(const DIEDelta *) { return true; } function in class:llvm::DIEDelta
317 static bool classof(const DIEValue *D) { return D->getType() == isDelta; } function in class:llvm::DIEDelta
346 static bool classof(const DIEEntry *) { return true; } function in class:llvm::DIEEntry
347 static bool classof(const DIEValue *E) { return E->getType() == isEntry; } function in class:llvm::DIEEntry
386 static bool classof(cons function in class:llvm::DIEBlock
387 static bool classof(const DIEValue *E) { return E->getType() == isBlock; } function in class:llvm::DIEBlock
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.h67 static bool classof(const MCExpr *E) { function in class:llvm::ARMMCExpr
71 static bool classof(const ARMMCExpr *) { return true; } function in class:llvm::ARMMCExpr
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DYAMLParser.h136 static inline bool classof(const Node *) { return true; } function in class:llvm::yaml::Node
169 static inline bool classof(const NullNode *) { return true; } function in class:llvm::yaml::NullNode
170 static inline bool classof(const Node *N) { function in class:llvm::yaml::NullNode
202 static inline bool classof(const ScalarNode *) { return true; } function in class:llvm::yaml::ScalarNode
203 static inline bool classof(const Node *N) { function in class:llvm::yaml::ScalarNode
249 static inline bool classof(const KeyValueNode *) { return true; } function in class:llvm::yaml::KeyValueNode
250 static inline bool classof(const Node *N) { function in class:llvm::yaml::KeyValueNode
365 static inline bool classof(const MappingNode *) { return true; } function in class:llvm::yaml::MappingNode
366 static inline bool classof(const Node *N) { function in class:llvm::yaml::MappingNode
428 static inline bool classof(cons function in class:llvm::yaml::SequenceNode
429 static inline bool classof(const Node *N) { function in class:llvm::yaml::SequenceNode
453 static inline bool classof(const ScalarNode *) { return true; } function in class:llvm::yaml::AliasNode
454 static inline bool classof(const Node *N) { function in class:llvm::yaml::AliasNode
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMConstantPoolValue.h106 static bool classof(const ARMConstantPoolValue *) { return true; } function in class:llvm::ARMConstantPoolValue
158 static bool classof(const ARMConstantPoolValue *APV) { function in class:llvm::ARMConstantPoolConstant
161 static bool classof(const ARMConstantPoolConstant *) { return true; } function in class:llvm::ARMConstantPoolConstant
192 static bool classof(const ARMConstantPoolValue *ACPV) { function in class:llvm::ARMConstantPoolSymbol
195 static bool classof(const ARMConstantPoolSymbol *) { return true; } function in class:llvm::ARMConstantPoolSymbol
225 static bool classof(const ARMConstantPoolValue *ACPV) { function in class:llvm::ARMConstantPoolMBB
228 static bool classof(const ARMConstantPoolMBB *) { return true; } function in class:llvm::ARMConstantPoolMBB

Completed in 394 milliseconds

12