HomeSort by relevance Sort by last modified time
    Searched refs:clone_impl (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/
Instructions.h 59 virtual AllocaInst *clone_impl() const;
139 virtual LoadInst *clone_impl() const;
259 virtual StoreInst *clone_impl() const;
386 virtual FenceInst *clone_impl() const;
455 virtual AtomicCmpXchgInst *clone_impl() const;
560 virtual AtomicRMWInst *clone_impl() const;
725 virtual GetElementPtrInst *clone_impl() const;
    [all...]
Instruction.h 379 virtual Instruction *clone_impl() const = 0;
InstrTypes.h 54 virtual TerminatorInst *clone_impl() const = 0;
148 virtual BinaryOperator *clone_impl() const;
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp 3372 FenceInst *FenceInst::clone_impl() const { function in class:FenceInst
3376 TruncInst *TruncInst::clone_impl() const { function in class:TruncInst
3380 ZExtInst *ZExtInst::clone_impl() const { function in class:ZExtInst
3384 SExtInst *SExtInst::clone_impl() const { function in class:SExtInst
3388 FPTruncInst *FPTruncInst::clone_impl() const { function in class:FPTruncInst
3392 FPExtInst *FPExtInst::clone_impl() const { function in class:FPExtInst
3396 UIToFPInst *UIToFPInst::clone_impl() const { function in class:UIToFPInst
3400 SIToFPInst *SIToFPInst::clone_impl() const { function in class:SIToFPInst
3404 FPToUIInst *FPToUIInst::clone_impl() const { function in class:FPToUIInst
3408 FPToSIInst *FPToSIInst::clone_impl() const { function in class:FPToSIInst
3412 PtrToIntInst *PtrToIntInst::clone_impl() const { function in class:PtrToIntInst
3416 IntToPtrInst *IntToPtrInst::clone_impl() const { function in class:IntToPtrInst
3420 BitCastInst *BitCastInst::clone_impl() const { function in class:BitCastInst
3424 CallInst *CallInst::clone_impl() const { function in class:CallInst
3428 SelectInst *SelectInst::clone_impl() const { function in class:SelectInst
3432 VAArgInst *VAArgInst::clone_impl() const { function in class:VAArgInst
3436 ExtractElementInst *ExtractElementInst::clone_impl() const { function in class:ExtractElementInst
3440 InsertElementInst *InsertElementInst::clone_impl() const { function in class:InsertElementInst
3446 ShuffleVectorInst *ShuffleVectorInst::clone_impl() const { function in class:ShuffleVectorInst
3452 PHINode *PHINode::clone_impl() const { function in class:PHINode
3456 LandingPadInst *LandingPadInst::clone_impl() const { function in class:LandingPadInst
3460 ReturnInst *ReturnInst::clone_impl() const { function in class:ReturnInst
3464 BranchInst *BranchInst::clone_impl() const { function in class:BranchInst
3468 SwitchInst *SwitchInst::clone_impl() const { function in class:SwitchInst
3472 IndirectBrInst *IndirectBrInst::clone_impl() const { function in class:IndirectBrInst
3477 InvokeInst *InvokeInst::clone_impl() const { function in class:InvokeInst
3481 ResumeInst *ResumeInst::clone_impl() const { function in class:ResumeInst
3485 UnwindInst *UnwindInst::clone_impl() const { function in class:UnwindInst
3490 UnreachableInst *UnreachableInst::clone_impl() const { function in class:UnreachableInst
    [all...]
Instruction.cpp 448 Instruction *New = clone_impl();

Completed in 143 milliseconds