Searched defs:RegsForValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp575 /// RegsForValue - This struct represents the registers (physical or virtual)
584 struct RegsForValue { struct in namespace:__anon25816
607 RegsForValue() {} function in struct:__anon25816::RegsForValue
609 RegsForValue(const SmallVector<unsigned, 4> &regs, function in struct:__anon25816::RegsForValue
613 RegsForValue(LLVMContext &Context, const TargetLowering &tli, function in struct:__anon25816::RegsForValue
629 void append(const RegsForValue &RHS) {
665 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG,
763 void RegsForValue::getCopyToRegs(SDValue Val, SelectionDAG &DAG, SDLoc dl,
816 void RegsForValue::AddInlineAsmOperands(unsigned Code, bool HasMatching,
1021 RegsForValue RF
[all...]

Completed in 94 milliseconds