Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp282 const GlobalAddressSDNode *GADN = in PreprocessLoad() local
285 if (GADN && CDN) in PreprocessLoad()
287 getConstantFieldValue(GADN, CDN->getZExtValue(), size, new_val.c); in PreprocessLoad()
293 if (const GlobalAddressSDNode *GADN = in PreprocessLoad() local
295 to_replace = getConstantFieldValue(GADN, 0, size, new_val.c); in PreprocessLoad()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp435 } else if (const GlobalAddressSDNode *GADN = in print_details() local
437 int64_t offset = GADN->getOffset(); in print_details()
439 GADN->getGlobal()->printAsOperand(OS); in print_details()
445 if (unsigned int TF = GADN->getTargetFlags()) in print_details()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp541 } else if (const GlobalAddressSDNode *GADN = in print_details() local
543 int64_t offset = GADN->getOffset(); in print_details()
545 GADN->getGlobal()->printAsOperand(OS); in print_details()
551 if (unsigned int TF = GADN->getTargetFlags()) in print_details()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6221 } else if (const GlobalAddressSDNode *GADN = in print_details() local
6223 int64_t offset = GADN->getOffset(); in print_details()
6225 WriteAsOperand(OS, GADN->getGlobal()); in print_details()
6231 if (unsigned int TF = GADN->getTargetFlags()) in print_details()