Home
last modified time | relevance | path

Searched refs:cloneImpl (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h288 TempGenericDINode cloneImpl() const {
355 TempDISubrange cloneImpl() const {
418 TempDIEnumerator cloneImpl() const {
565 TempDIFile cloneImpl() const {
765 TempDIBasicType cloneImpl() const {
1447 TempDILocation cloneImpl() const {
2085 TempDINamespace cloneImpl() const {
2137 TempDIModule cloneImpl() const {
2772 TempDILabel cloneImpl() const {
3076 TempDIMacro cloneImpl() const {
[all …]
H A DInstructions.h67 AllocaInst *cloneImpl() const;
175 LoadInst *cloneImpl() const;
328 StoreInst *cloneImpl() const;
462 FenceInst *cloneImpl() const;
1207 ICmpInst *cloneImpl() const;
1347 FCmpInst *cloneImpl() const;
1478 CallInst *cloneImpl() const;
1830 VAArgInst *cloneImpl() const;
2585 PHINode *cloneImpl() const;
4456 ZExtInst *cloneImpl() const;
[all …]
H A DInstruction.h756 Instruction *cloneImpl() const;
H A DMetadata.h1124 TempMDTuple cloneImpl() const {
1159 TempMDTuple clone() const { return cloneImpl(); }
H A DInstrTypes.h114 BinaryOperator *cloneImpl() const;
2014 FuncletPadInst *cloneImpl() const;
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp3815 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst
3819 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst
3840 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst
3845 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst
3869 FenceInst *FenceInst::cloneImpl() const { in cloneImpl() function in FenceInst
3873 TruncInst *TruncInst::cloneImpl() const { in cloneImpl() function in TruncInst
3877 ZExtInst *ZExtInst::cloneImpl() const { in cloneImpl() function in ZExtInst
3881 SExtInst *SExtInst::cloneImpl() const { in cloneImpl() function in SExtInst
3889 FPExtInst *FPExtInst::cloneImpl() const { in cloneImpl() function in FPExtInst
3925 CallInst *CallInst::cloneImpl() const { in cloneImpl() function in CallInst
[all …]
H A DInstruction.cpp674 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction
723 New = cast<clas>(this)->cloneImpl(); \ in clone()
H A DMetadata.cpp528 return cast<CLASS>(this)->cloneImpl(); in clone()