|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/CodeGen/SelectionDAG.h 688 SDValue getBlockAddress(const BlockAddress *BA, EVT VT, int64_t Offset = 0,
References
include/llvm/CodeGen/SelectionDAG.h 692 return getBlockAddress(BA, VT, Offset, true, TargetFlags);
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 1527 return DAG.getBlockAddress(BA, VT);
lib/Target/Lanai/LanaiISelLowering.cpp 1200 SDValue Hi = DAG.getBlockAddress(BA, MVT::i32, true, OpFlagHi);
1201 SDValue Lo = DAG.getBlockAddress(BA, MVT::i32, true, OpFlagLo);