Home
last modified time | relevance | path

Searched refs:destField (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGBlocks.cpp1639 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument
1641 destField = CGF.Builder.CreateBitCast(destField, CGF.VoidPtrTy); in emitCopy()
1651 llvm::Value *args[] = { destField.getPointer(), srcValue, flagsVal }; in emitCopy()
1672 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument
1674 CGF.EmitARCMoveWeak(destField, srcField); in emitCopy()
1693 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument
1704 CGF.Builder.CreateStore(null, destField); in emitCopy()
1705 CGF.EmitARCStoreStrongCall(destField, value, /*ignored*/ true); in emitCopy()
1709 CGF.Builder.CreateStore(value, destField); in emitCopy()
1730 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument
[all …]
/external/bcc/src/cc/frontends/p4/compiler/
DebpfParser.py384 destField = destType.getField(field.name)
386 if destField.widthInBits() > 32:
388 bytesToCopy = destField.widthInBits() / 8
389 if destField.widthInBits() % 8 != 0:
400 program.metadataStructName, dest.name, destField.name)