Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp271 const GlobalAddressSDNode *GADN = in PreprocessLoad() local
274 if (GADN && CDN) in PreprocessLoad()
276 getConstantFieldValue(GADN, CDN->getZExtValue(), size, new_val.c); in PreprocessLoad()
282 if (const GlobalAddressSDNode *GADN = in PreprocessLoad() local
284 to_replace = getConstantFieldValue(GADN, 0, size, new_val.c); in PreprocessLoad()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp705 } else if (const GlobalAddressSDNode *GADN = in print_details() local
707 int64_t offset = GADN->getOffset(); in print_details()
709 GADN->getGlobal()->printAsOperand(OS); in print_details()
715 if (unsigned int TF = GADN->getTargetFlags()) in print_details()