Searched defs:classof (Results 26 - 42 of 42) sorted by relevance

12

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DScalarEvolution.h165 static inline bool classof(const SCEVCouldNotCompute *S) { return true; } function in struct:llvm::SCEVCouldNotCompute
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
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 DGlobalValue.h290 static inline bool classof(const GlobalValue *) { return true; } function in class:llvm::GlobalValue
291 static inline bool classof(const Value *V) { function in class:llvm::GlobalValue
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
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
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 DValue.h262 static inline bool classof(const Value *) { function in class:llvm::Value
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
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
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...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Object/
H A DObjectFile.h386 static inline bool classof(const Binary *v) { function in class:llvm::object::ObjectFile
389 static inline bool classof(const ObjectFile *v) { return true; } function in class:llvm::object::ObjectFile
H A DELF.h692 static inline bool classof(const Binary *v) { function in class:llvm::object::ELFObjectFile
696 static inline bool classof(const ELFObjectFile *v) { return true; } function in class:llvm::object::ELFObjectFile
/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/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/include/llvm/MC/
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 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...]
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolution.cpp304 bool SCEVCouldNotCompute::classof(const SCEV *S) { function in class:SCEVCouldNotCompute
/macosx-10.10/llvmCore-3425.0.34/lib/Bitcode/Reader/
H A DBitcodeReader.cpp215 static bool classof(const Value *V) { function in class:llvm::__anon10183::ConstantPlaceHolder
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp390 static inline bool classof(const MachineCodeEmitter*) { return true; } function in class:__anon10319::JITEmitter
/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/include/llvm/CodeGen/
H A DSelectionDAGNodes.h974 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
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...]

Completed in 421 milliseconds

12