Home
last modified time | relevance | path

Searched defs:PropList (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeGenTarget.cpp398 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties"); in ComplexPattern() local
568 ListInit *PropList = R->getValueAsListInit("IntrProperties"); in CodeGenIntrinsic() local
/aosp_15_r20/build/make/tools/
H A Dpost_process_props.py195 class PropList: class