Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h72 const Value *OrigValue = nullptr; member
82 bool IsFixed = true, const Value *OrigValue = nullptr)
84 OrigValue(OrigValue), OrigArgIndex(OrigIndex) { in BaseArgInfo()
93 ArgInfo(ArrayRef<Register> Regs, const Value &OrigValue, unsigned OrigIndex,
96 : ArgInfo(Regs, OrigValue.getType(), OrigIndex, Flags, IsFixed, &OrigValue) {}
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerIntPair.h175 static intptr_t updatePointer(intptr_t OrigValue, PointerT Ptr) {
181 return PtrWord | (OrigValue & ~PointerBitMask);
184 static intptr_t updateInt(intptr_t OrigValue, intptr_t Int) {
189 return (OrigValue & ~ShiftedIntMask) | IntWord << IntShift;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp225 OrigArg.IsFixed, OrigArg.OrigValue); in splitToValueTypes()
712 MachinePointerInfo SrcMPO(Args[i].OrigValue); in handleAssignments()
713 if (!Args[i].OrigValue) { in handleAssignments()