Searched refs:Value2 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCMachObjectWriter.cpp | 168 const uint32_t Value2) { in makeScatteredRelocationInfo() argument 173 MRE.r_word1 = Value2; in makeScatteredRelocationInfo() 219 uint32_t Value2 = 0; in RecordScatteredRelocation() local 229 Value2 = Writer->getSymbolAddress(B_SD, Layout); in RecordScatteredRelocation() 284 Log2Size, IsPCRel, Value2); in RecordScatteredRelocation()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMMachObjectWriter.cpp | 167 uint32_t Value2 = 0; in RecordARMScatteredHalfRelocation() local 182 Value2 = Writer->getSymbolAddress(B_SD, Layout); in RecordARMScatteredHalfRelocation() 236 MRE.r_word1 = Value2; in RecordARMScatteredHalfRelocation() 275 uint32_t Value2 = 0; in RecordARMScatteredRelocation() local 287 Value2 = Writer->getSymbolAddress(B_SD, Layout); in RecordARMScatteredRelocation() 300 MRE.r_word1 = Value2; in RecordARMScatteredRelocation()
|
| /freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| D | tdutil.h | 66 bit32 Value2,
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86MachObjectWriter.cpp | 381 uint32_t Value2 = 0; in RecordScatteredRelocation() local 398 Value2 = Writer->getSymbolAddress(B_SD, Layout); in RecordScatteredRelocation() 424 MRE.r_word1 = Value2; in RecordScatteredRelocation()
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 1784 SDValue Value1, Value2; in ExpandBUILD_VECTOR() local 1806 } else if (!Value2.getNode()) { in ExpandBUILD_VECTOR() 1808 Value2 = V; in ExpandBUILD_VECTOR() 1809 } else if (V != Value1 && V != Value2) { in ExpandBUILD_VECTOR() 1865 if (Value2.getNode()) in ExpandBUILD_VECTOR() 1866 Vec2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Value2); in ExpandBUILD_VECTOR()
|