Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2607 unsigned strong_word_count = 0, byref_word_count=0, weak_word_count=0; in InlineLayoutInstruction() local
2627 weak_word_count = (inst & 0xF)+1; in InlineLayoutInstruction()
2642 weak_word_count = (inst & 0xF)+1; in InlineLayoutInstruction()
2651 weak_word_count = (inst & 0xF)+1; in InlineLayoutInstruction()
2667 weak_word_count = (inst & 0xF)+1; in InlineLayoutInstruction()
2679 if (strong_word_count == 16 || byref_word_count == 16 || weak_word_count == 16) in InlineLayoutInstruction()
2683 (strong_word_count != 0) + (byref_word_count != 0) + (weak_word_count != 0); in InlineLayoutInstruction()
2692 if (weak_word_count) in InlineLayoutInstruction()
2693 Result += weak_word_count; in InlineLayoutInstruction()