Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:slot

631     /// The slot lookup function.  Returns a pointer to a cacheable structure
636 /// arguments. Returns the slot for the corresponding method. Superclass
653 /// Type of an slot structure pointer. This is returned by the various
686 llvm::CallSite slot = CGF.EmitRuntimeCallOrInvoke(LookupFn, args);
687 slot.setOnlyReadsMemory();
688 slot->setMetadata(msgSendMDKind, node);
690 // Load the imp from the slot
692 Builder.CreateLoad(Builder.CreateStructGEP(slot.getInstruction(), 4));
706 llvm::CallInst *slot =
708 slot->setOnlyReadsMemory();
710 return Builder.CreateLoad(Builder.CreateStructGEP(slot, 4));