Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Static

44 static cl::opt<bool> EmitJumpTables("hexagon-emit-jump-tables",
48 static cl::opt<bool> EnableHexSDNodeSched("enable-hexagon-sdnode-sched",
52 static cl::opt<bool> EnableFastMath("ffast-math",
56 static cl::opt<int> MinimumJumpTables("minimum-jump-tables",
60 static cl::opt<int> MaxStoresPerMemcpyCL("max-store-memcpy",
64 static cl::opt<int> MaxStoresPerMemcpyOptSizeCL("max-store-memcpy-Os",
68 static cl::opt<int> MaxStoresPerMemmoveCL("max-store-memmove",
72 static cl::opt<int> MaxStoresPerMemmoveOptSizeCL("max-store-memmove-Os",
76 static cl::opt<int> MaxStoresPerMemsetCL("max-store-memset",
80 static cl::opt<int> MaxStoresPerMemsetOptSizeCL("max-store-memset-Os",
102 static bool IsHvxVectorType(MVT ty);
104 static bool
109 static bool
114 static bool
119 static bool
124 static bool
129 static bool
134 static bool
139 static bool
144 static bool
220 static bool CC_Hexagon (unsigned ValNo, MVT ValVT, MVT LocVT,
272 static bool CC_Hexagon32(unsigned ValNo, MVT ValVT,
276 static const MCPhysReg RegList[] = {
290 static bool CC_Hexagon64(unsigned ValNo, MVT ValVT,
299 static const MCPhysReg RegList1[] = {
302 static const MCPhysReg RegList2[] = {
315 static bool CC_HexagonVector(unsigned ValNo, MVT ValVT,
319 static const MCPhysReg VecLstS[] = { Hexagon::V0, Hexagon::V1,
327 static const MCPhysReg VecLstD[] = { Hexagon::W0, Hexagon::W1,
384 static bool RetCC_Hexagon(unsigned ValNo, MVT ValVT,
443 static bool RetCC_Hexagon32(unsigned ValNo, MVT ValVT,
459 static bool RetCC_Hexagon64(unsigned ValNo, MVT ValVT,
474 static bool RetCC_HexagonVector(unsigned ValNo, MVT ValVT,
531 static SDValue
543 static bool IsHvxVectorType(MVT ty) {
873 static bool getIndexedAddressParts(SDNode *Ptr, EVT VT,
1183 static SDValue createSplat(SelectionDAG &DAG, SDLoc dl, EVT VT, SDValue Val) {
1193 static bool isSExtFree(SDValue N) {
1462 if (RM == Reloc::Static) {
1492 if (RM == Reloc::Static) {
1746 static const unsigned VectExpOps[] = {
2091 static SDValue LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) {
2137 static bool isCommonSplatElement(BuildVectorSDNode *BVN) {
2151 static SDValue LowerVECTOR_SHIFT(SDValue Op, SelectionDAG &DAG) {
2743 return HTM.getRelocationModel() == Reloc::Static;